Hello everyone,
My C# application is built for "Any CPU" option using .Net framework 2.0 using Visual Studio 2008, and I run it on a machine which is Winsows Server 2003, x64. I installed,
- .Net Framework 32-bit version 2, 3, and 3.5;
- .Net Framework 64-bit version 2, 3, and 3.5.
My question is, when run the application on the specific machine, which version of .Net Framework will be used? And why (what is the rule to choose)?
thanks in advance,
George
George GeorgePosted Aug 27, 2008, 11:08 PM
Thanks Ryan,
I heart for Windows Services, it is always using the lastest version, not the version which is used to make the build, is that correct? :-)
regards,
George
Ryan AlfordPosted Aug 27, 2008, 11:33 AM