Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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?
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?