Missing References - .NET Bug?

Cyrus

Newcomer
Joined
Jul 25, 2003
Messages
11
In my VB .NET - project i have 2 external references (2 .dll files) which i use in my source code.

everything works fine. (no errors)

BUT, when i save and close the project, and then open it again, he shows errors in my task list => that some of my functions and types are not declared. these functions are exactly the ones of these 2 .dll files.

when i remove the two references from my project, and add them again, everything works fine, again - until the next reload of my project...

funny, isn't it?
 
I was wondering if the dll files you are trying to reference are one's that you have created as I had a similar problem.

I got so frustrated with it that I contacted microsoft support and was told by them that instead of referencing the dll's I should add the projects to the program I was writing and then add a reference to them that way.
 
Back
Top