Click to See Complete Forum and Search --> : Can't run my build on other computers


avatar.ds
June 23rd, 2006, 12:39 AM
Hi,

I've written and built a program in visual c++ express with .net clr but it only seems to run on my own computer. I took the exe file and tried to run it on another computer but an error popped telling me that my software "was incorrectly installed". What am I missing and how's that corrected?

Thanks

darwen
June 24th, 2006, 02:48 PM
You need to install the .NET framework version 2 on all machines you want to run your application on.

Darwen.

avatar.ds
June 25th, 2006, 04:57 PM
darwen,

Thanks for your suggestion, but my build that I made on my desktop computer won't even run on my notebook with Windows Home and Net Fmk 2.0 installed. The error message says the application "was not correctly installed. Installing it again can solve the problem". I just copied the EXE file to the notebook and tried to run it. The application is pretty simple, it only uses Forms, no graphic resources or external files.