Hi Put,
I haven' tested it but please try and edit the config file.
from Standard
Code:
<configuration>
<startup>
<supportedRuntime version="v2.0.7045"/>
<supportedRuntime version="v2.0.6129"/>
<supportedRuntime version="v2.0.5238"/>
<supportedRuntime version="v1.0.4292"/>
<supportedRuntime version="v1.0.3316"/>
<supportedRuntime version="v1.0.3111"/>
<supportedRuntime version="v1.0.2268"/>
</startup>
</configuration>
to New
Code:
<configuration>
<startup>
<supportedRuntime version="v1.0.4292"/>
<supportedRuntime version="v1.0.3316"/>
<supportedRuntime version="v1.0.3111"/>
<supportedRuntime version="v1.0.2268"/>
</startup>
</configuration>