Click here to Skip to main content
15,903,750 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im doing a c# desktop application in Visual Studio and need to package it. How can i get the system requirements for the new application; possibly for Windows XP, Windows 7, Windows 8
Posted

1 solution

If you mean the requirements for running .NET they can be found here[^].
If you mean for running your application then I have to say that is entirely dependent on your application. If you do a lot of graphic processing you will need a good graphics card. If you need to fetch lots of data from a server or the internet you need a fast internet or server connection. You get my point :)
To get to know how well your applications runs on different systems simply try running it on different systems.
 
Share this answer
 
Comments
DJAppleboy 16-Oct-11 17:27pm    
Thanx and it would make sense to have the min requirements of the .NET framework
Sergey Alexandrovich Kryukov 16-Oct-11 21:00pm    
Reasonable advice, a 5.
--SA
Sander Rossel 17-Oct-11 1:55am    
Thanks :)

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