Using SDK in a 4.0 Environment
nhustak
Posts: 41
I'm having troulbe getting this to compile under .net 4.0. I know 2.0 DLLs are usable and I see that specific version isn't flagged on the DLLs. I've tried various permutations of this:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0" />
<supportedRuntime version="v4.0" />
</startup>
none of which helps. Right now, the application will not see the Red Gate DLLS that I have added as a reference.
More importantly, where ARE the 4.0 DLLS? 4.0 has been out long enough I would expect them by now.
Regards,
Nick H
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v2.0" />
<supportedRuntime version="v4.0" />
</startup>
none of which helps. Right now, the application will not see the Red Gate DLLS that I have added as a reference.
More importantly, where ARE the 4.0 DLLS? 4.0 has been out long enough I would expect them by now.
Regards,
Nick H
Comments
Does it seem to work ok now?
Redgate Software
The way I found it was to create a brand new project- which defaulted to full .NET 4.0 luckily. When that worked I knew something in application configuration was wrong.
Let us know if you have any more trouble!
Redgate Software