"Could not load type" error

  • Thread starter Thread starter Curious
  • Start date Start date
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!
 
Is the verison number the same? If not, the old EXEs will need to be
recompiled to point to the new DLL.
 
Back
Top