2
Answers

.Net Framework version issue

Ask a question
George George

George George

16y
1.9k
1

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


Answers (2)