strange error

  • Thread starter Thread starter Triangle Man
  • Start date Start date
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
 
Never mind... I had a stray copy in one of the DLL's output areas even
though I set Copy Local to False. My problem went away when I deleted it.
(?)
 
Awesome... I was trying to recreate the problem based off what you gave me..
nothing. =)

Glad to see you found it.

-CJ
 
Back
Top