J
johan
I have just installed version 1.1 of the framework. I
wrote a simple exe that displays the framework version
using System.Environment.Version.ToString. It returned
1.0.3705.288, which is version 1.0. I then created a
config file for it with the following, trying
requiredRuntime and supportedRuntime:
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" />
</startup>
</configuration>
When I run this it is still showing that it's using
version 1.0. What can I do to get the exe to recognize
version 1.1?
wrote a simple exe that displays the framework version
using System.Environment.Version.ToString. It returned
1.0.3705.288, which is version 1.0. I then created a
config file for it with the following, trying
requiredRuntime and supportedRuntime:
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" />
</startup>
</configuration>
When I run this it is still showing that it's using
version 1.0. What can I do to get the exe to recognize
version 1.1?