my C# program on other PCs
if i code a program in c# 2008, it won't work in computers that do not have c# 2008 installed. i think that there is a feature that needs installed before, but i don't know what to do... and i really need my program to work onother computers.
Thank you in advance, if you can't help me , thank you for reading.
Regards
Roei BarPosted Sep 16, 2009, 10:06 AM
you are half correct by what you are saying, the problem is that
Visual Studio 2008 default .NET Framework is 3.5
if you want users with .NET 2.0 to be able to run it
change the application Build Framework to 2.0 via the Project Properties Page
Danatas GerviPosted Sep 16, 2009, 10:04 AM