Visual basic.NET/exe error

Philski26

Newcomer
Joined
May 23, 2003
Messages
1
Hi
I am a beginner to VB and programming in general, I have purchased and registered VB.Net Standard. I have created a very basic exe file and I have run it with no problems, but when I run the exe on anyother computer I get error messages,

The first it MSCoree.Dll is missing, but I was under the impression that if I create a Windows Application as an exe it should automatically work on any Windows platform.

If I copy the correct Dll file onto the computer and run the exe again, I get the following message

please set registry key HKLM\Software\.NETFramework\InstallRoot to point to the .NET framework install location.

Now I am completely stumped, I would have thought that VB.Net programs would work on other computers than the one that VB is actually installed on.

any help would be appreciated
 
You need to install the .net framework runtimes (21 meg) on any platform that you want your app to run on.
 
Back
Top