Options

Using SDK in a 4.0 Environment

nhustaknhustak 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

Comments

Sign In or Register to comment.