I have just installed version 1.1 of the framework. I
wrote a simple exe that displays the framework version
using System.Environm ent.Version.ToS tring. 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 supportedRuntim e:
<configuratio n>
<startup>
<requiredRuntim e version="v1.1.4 322" />
</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.Environm ent.Version.ToS tring. 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 supportedRuntim e:
<configuratio n>
<startup>
<requiredRuntim e version="v1.1.4 322" />
</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?
Comment