G
GW
Hi all,
I just would like other users out there to help me confirm some
behaviors with the following configuration file layout:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322" safemode="true" />
</startup>
</configuration>
What would this configuration file give me (as in error messages, if
there is one) in the following scenarios:
1. a system with only .NET 1.0 installed
2. a system with both .NET 1.1 and 2.0 installed
3. a system with only .NET 2.0 installed, and
4. a system with no .NET is installed
Thanks
GW
I just would like other users out there to help me confirm some
behaviors with the following configuration file layout:
<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322" safemode="true" />
</startup>
</configuration>
What would this configuration file give me (as in error messages, if
there is one) in the following scenarios:
1. a system with only .NET 1.0 installed
2. a system with both .NET 1.1 and 2.0 installed
3. a system with only .NET 2.0 installed, and
4. a system with no .NET is installed
Thanks
GW