Just recieved this error: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure “AjaxControlToolkit.Properties.Resources.NET4.resources” was correctly embedded or linked into assembly “AjaxControlToolkit” at compile time, or that all the satellite assemblies required are loadable and fully signed. Sometimes .Net errors look a lot…
Tag: .Net 4.0 Framework
Unrecognized attribute ‘targetFramework’
I just installed the 4.0 framework on two servers and then had VS 2010 upgrade a test site from 3.5 to 4.0. When I tried accessing the site in my browser I got the error message Unrecognized attribute ‘targetFramework’. The solution appears to be simple, just right-click the site in…