I had the whole installation with VS2010 and the .Net 4 project. I needed to install and use MSMQ, but something with .Net 4 makes the installation impossible. So .Net 4 had to be removed. Now I'm trying to work on the original project, but VS does not detect .Net 4, even if it was reinstalled. In addition, IIS also does not detect it. I get "This assembly is built using a runtime that is newer than the current loaded runtime and cannot be loaded." error.
The .Net validation utility says that both the client and advanced are installed correctly. I tried uninstalling / reinstalling .Net 4, and I looked at the recommended registry keys for detection, and everything was fixed there.
I saw one person say that they can only resolve this by starting a mahcine. I can not do it. Any ideas on how to fix this?
source
share