
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am my own worst enemy.
But maybe I can be saved from uninstalll and reinstall, maybe.
Windows 8.1
I installed IDSP 2015
Then I installed C3D 2014
[Life happens sometimes and sequences get messed up]
Then I needed to edit the 2015 Net C3DReports.
Updated references, built, no errors, build successful.
In C3D 2015, NETLOAD built DLL results in:
System.BadImageFormatException
MSDN says:
A BadImageFormatException exception is thrown when the file image of a DLL or executable program is not valid.
Associated Tips
Make sure the file image is a valid managed assembly or module.
This exception is thrown when unmanaged code is passed to Load for loading.
Make sure you have supplied a correct file path for the assembly.
If using a relative path, verify that the current directory is correct.
Fusion Log is:
=== Pre-bind state information ===
LOG: Appbase = file:///C:/Program Files/Autodesk/Autodesk AutoCAD Civil 3D 2014/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in LoadFrom load context.
WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().
LOG: Using application configuration file: C:\Program Files\Autodesk\Autodesk AutoCAD Civil 3D 2014\acad.exe.Config
LOG: Using host configuration file:
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
Aha! that cant be right ... reference to 2014 got in there somehow.. !!??
Is this a setting in C3D 2015 or a setting in the Net C3DReports Project? Where? How? Help! : (
Or ... maybe something else .. here is my list of references:
Thx for your patience...
Solved! Go to Solution.