|
-
Apr 24th, 2012, 06:39 AM
#1
Thread Starter
Addicted Member
[RESOLVED] VB 2010 Express: Run .exe file on computer without .NET framework
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|