Hi!
i developed a program using vs 2008 and works well. now i want to
distribute to my friends for that which version of .net framework i have to
give along with this???
Thanks in Advance!
Printable View
Hi!
i developed a program using vs 2008 and works well. now i want to
distribute to my friends for that which version of .net framework i have to
give along with this???
Thanks in Advance!
VS2008 can create EXEs requiring .NET 2.0, 3.0, and 3.5.
The default is .NET 3.5.
To change the required framework, navigate to Project Properties > Compile > Advanced Compile Options > Target Framework.