Reply to thread

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, isnt it?


Back
Top