how to make system independent exe. file in C#

G

Guest

hi everyone !!

i am nearly exhausted trying to make system independent exe. file in C# and
yet couldn't find any solution to that. I want that the exe. file of my
project should run on any computer including the ones which don't have visual
studio .Net installed on them

plz guide me how to do this.....i am using visual studio beta 2 version
 
M

Mattias Sjögren

I want that the exe. file of my
project should run on any computer including the ones which don't have visual
studio .Net installed on them

Users don't need VS.NET, but the .NET Framework must be installed,
there's no way around that.

plz guide me how to do this.....i am using visual studio beta 2 version

Beta 2 of VS 2002? 2003? Why not upgrade to the release version?



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top