"Could not load type" error

C

Curious

Hi,

I've added a class, AddExternalEIFFileSections, to a project,
'BusinessRules', then rebuilt the project and copied the
BusinessRules.dll to the folder containing all of the executables.
However, I always get the error when running the program:


Could not load type 'BusinessRules.AddExternalEIFFileSections' from
assembly 'BusinessRules, Version=6.7.0.0, Culture=neutral,
PublicKeyToken=null'

Anyone can advise me on how to get rid of this error? Thanks!
 
B

Brian Schwartz

Is the verison number the same? If not, the old EXEs will need to be
recompiled to point to the new DLL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top