When I built a custom code component with Visual Studio 2010 and then ran it in a VAD app, the error comes back "This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. (Exception from HRESULT: 0x8013101B)"
Does this mean I can't build an assembly in .Net 4 to use with the VAD?
My only guess at a solution would be if using IIS I could change the app pool to ASP .NEt 4.0 and see if that works but this particular machine is using Abyss and I would have no idea how to even try that (if there is something equivalent to try).

