[SOLVED] Visual Studio 2010 running .EXE file on other computer

Status
Not open for further replies.

tyassin

Advanced Member level 1
Joined
Jul 22, 2004
Messages
467
Helped
86
Reputation
170
Reaction score
41
Trophy points
1,308
Activity points
3,811
Hello,

I have Visual Studio 2010 Express installed. When I build my project, my .exe file turn up in the bin/release folder. When I try to run the .exe file on another computer whitout VS, I get an error: clr20r3.
I am not interested in installing VB on every computer this program is being used on.
So do anybody have any idea what could be my problem or how to fix it.

Thank you
 

VB based EXEs require a dll for execution.
usually 'vbrunxx.dll'. you need not have entire VB on other Pc.
only the required DLL is enough to run.

find out the dependent DLL and have that one alone in other PCs.
 

Hello,

Thank you.
Yes I found out the problem with the dll-files. However I ended up "Publishing" the project and then I could install it on all computers.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…