how to make system independent exe. file in C#

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top