I have an application in asp.net2.0 with C#. I have migrated my application in .NET 3.5 & I am receiving the below error.
Could not load file or assembly 'Microsoft.Build.Framework' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Please let me know how I can solve this.
Thanks in advance.
in the web.config
in the assemblies place the right versions – or remove Microsoft.Build.Framework
Here is my assemblies for 3.5 project.
You can also create a new empty project and see what he makes on your web.config and by compare the new to the old, fix the old one by just keeping your values.