Anyone ever seen this error?

BlakeMcKenna

Active member
Joined
Oct 27, 2008
Messages
38
Programming Experience
10+
I have been getting this error message whenever I release a new version of an application. This is a DLL that I developed and is called by every VB.Net 2005 application we have. The applications are Click Once apps and I have inserted this DLL into the "Reference" tab of the Project File. I don't understand why this is happening.

PLEASE HELP!!!

Thanks,
 

Attachments

  • ErrorMessage.JPG
    ErrorMessage.JPG
    17.2 KB · Views: 32
Well looking at the error message it sounds like a glitch and a file has been corrupted somewhere in the GAC or possibly it was never there to start with? Have you tried re-installing the appropriate version of the framework?
 
Oh ok, think I know what happening here. Turns out ot be a common problem with click once. Try going the properties page of the project. Application files button-> and change from pre-requisite to 'Include' for the so called missing files and re-publish.
 
Back
Top