Can't load file or assembly?

BlakeMcKenna

Active member
Joined
Oct 27, 2008
Messages
38
Programming Experience
10+
I keep getting the following error message when I try and run a VB.Net app.

System.TypeInitializationException: The type initializer for 'EBOLVendorReports.modIO'
threw an exception. ---> System.IO.FileNotFoundException:

Could not load file or assembly 'DLLEbolFtp, Version=1.0.0.2, Culture=neutral, PublicKeyToken=4bda76245c7568d5'
or one of its dependencies. The system cannot find the file specified. File name: 'DLLEbolFtp, Version=1.0.0.2,
Culture=neutral, PublicKeyToken=4bda76245c7568d5' at EBOLVendorReports.modIO..cctor()

This program, EBOLVendorReports, calls the DLLEbolFtp.DLL. I have recompiled the DLL and then recompiled the EBOLVendorReports that calls it and it still won't work. I have even tried rebooting my machine and it still won't work. Please help!

Thanks,
 
Back
Top