Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,,,,


what are the Installer i need to install to the client for executing Portable exe file creating by C# windows applications... I tried to installed .Net Framework 4.0 but its not supporting windows xp2....


Please help me
Posted

1 solution

(http://stackoverflow.com/questions/4204194/is-net-4-0-compatible-with-windows-xp-sp2-or-below[^])

Well you have several options:
- upgrade to sp3
- compile your code to .net 3.5 or below, if needed (If you are using Visual Studio Express, you can not downgrade your project directly. I suggest you download SharpDevelop[^]), open the solution, set to a lower version of .net and build)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900