I am having a few dramas with running my completed project on another computer. I created my project using Visual Studio 2010 (Microsoft Visual Basic 2010 Express).

The error messages I get say that the program is unable to access the .NET framework. This is because the .NET framework is not loaded onto the other computer and loading it is not an option.

I’ve done some searching on the internet and I found instructions for going from a dynamic library to a static library and building, rather than publishing the finished product for C++ 2010. So, I assume that I need to do something similar but I haven’t been able to apply this to VB 2010 Express.

The finished product needs to be self-contained, so that the .exe file has all the libraries and compilation instructions it needs.

So, is someone able to tell me how to link up the files I need and re-package my project so that it works on any computer that runs Windows.

Thank you.