I want to know that ,can I create a c# console application on my windows 7 pc with visual studio 2010 for a windows 2008 64 bit.If yes,How?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Absolutely – just create a new Console Application project. By default it will create a project with an assembly which styles itself as x86, but you can change that to AnyCPU if you need to. (The 32-bit app will work fine on the 64-bit machine, although obviously it won’t be able to use as much memory, or load 64-bit native libraries.)