open EXE file in computer with no Visual Studio installed.

I am currently using VS C# 2005 express edition. There is a problem for me opening the EXE file generated by VS in other computer with no Visual studio installed in the computer, it shows an error messege saying that it cannot initialize the envirnment.
If I try to open it in my own computer with VS installed inside, the problem won't occurs.
How can solved this problem?
any help and suggestion is higly appriciated!!
[493 byte] By [yeos_lee] at [2007-12-25]
# 1

you need to download the .NET Framework 2.0 in order to run it on the computers and install it on the other computers. Only then will your .NET Developed application work correctly.

you can also use ClickOnce to distribute your component, which will automatically download/install the .NET Framework for you and continue installing your application. But you need to have the .NET Framework 2.0 on the other computers which the application will be running on.

ahmedilyas at 2007-9-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
Thx for the help.....but is it possible for me to create a protable application file that can be opened in other computer withour installing the MS .net framework?
yeos_lee at 2007-9-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 3
no its not possible im afraid, you need to have the .NET Framework installed
ahmedilyas at 2007-9-3 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...