I have a dll library built in Visual Studio 2010, but I need to include it in a VS 2005 project.
If I do it, I get the error message
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
I googled the error message, but the only workaround I found is to replace gacutil.exe
located in C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
with the gacutil.exe
located in C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools
.
I tried this way, but I'm still getting the same error.