Scenario: You have both v1.1 and v2.0 of .NET framework installed on the same machine and both are configured for command line compiling using the PATH environment variable.Question: Which version of .NET will be activated when you type the 'csc' command at the command prompt?
A) v 1.1
B) v 2.0
C) Error eccours.
D) None
Explanation: It depends on the order of the frameworks in PATH environment variable. The first version in the path variable will be used. eg: if v2.0 is followed by v1.1 in path variable then v1.1 will be used.
Questions by billmaher answers by billmaher
Showing Answers 1 - 1 of 1 Answers
Scenario: You have both v1.1 and v2.0 of .NET framework installed on the same machine and both are configured for command line compiling using the PATH environment variable.Question: Which version of .NET will be activated when you type the 'csc' command at the command prompt?
B) v 2.0
C) Error eccours.
D) None
Explanation: It depends on the order of the frameworks in PATH environment variable. The first version in the path variable will be used. eg: if v2.0 is followed by v1.1 in path variable then v1.1 will be used.
Profile Answers by billmaher Questions by billmaher
Questions by billmaher answers by billmaher