T
Triangle Man
An unhandled exception of type 'System.IO.FileLoadException' occurred in
<assembly name>
Additional information: The located assembly's manifest definition with name
'<assembly name>' does not match the assembly reference.
------------
I've checked, and all the DLL's involved refer to the same file (a
VB.Net-compiled DLL that I wrote), same version, at the same location. It's
also in the GAC, so none of the DLL's copy these files locally to their
output directories, if that matters.
... um while it is in the GAC, the DLL in question wouldn't show up in the
list when going to add a reference, I had to navigate to the output
directory manually.
Maybe this would work if the DLL had showed up in the list? If so, how do I
add it?
Any help would be appreciated,
-T
<assembly name>
Additional information: The located assembly's manifest definition with name
'<assembly name>' does not match the assembly reference.
------------
I've checked, and all the DLL's involved refer to the same file (a
VB.Net-compiled DLL that I wrote), same version, at the same location. It's
also in the GAC, so none of the DLL's copy these files locally to their
output directories, if that matters.
... um while it is in the GAC, the DLL in question wouldn't show up in the
list when going to add a reference, I had to navigate to the output
directory manually.
Maybe this would work if the DLL had showed up in the list? If so, how do I
add it?
Any help would be appreciated,
-T