Can't load assembly
Brought to you by:
robsmyth
I add NXmlSerializer_3_0_0_348.dll to my project references, try to use an object from the libary, and get this error message:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'NXmlSerializer, Version=3.0.0.348, Culture=neutral, PublicKeyToken=null'
or one of its dependencies. The system cannot find the file specified.
File name: 'NXmlSerializer, Version=3.0.0.348, Culture=neutral, PublicKeyToken=n
ull'
at Tests.Module1.Serialize()
at Tests.Module1.Main() in C:\bv\JX4\Tests\Module1.vb:line 8
The file exists. The reference looks good. Not sure why this message is appearing.
Just rename the dll to NXmlSerializer.dll.