Re: Unrecognized attribute 'targetFramework'
I've got the same problem on Windows 7. Checked that the application pool points to .net framework 4. Currently running v4.0.30319.
View ArticleRe: Unrecognized attribute 'targetFramework'
Likewise -- updating the framework does not update the applicaiton pool. Thanks for the tip.
View ArticleRe: Unrecognized attribute 'targetFramework'
I too solved this by setting the Application Pool to ASP.NET v4.0 in the IIS. Thank you !
View ArticleRe: Unrecognized attribute 'targetFramework'
Had the same problem, I actually did have the correct version of .net installed, but didn't have my application pool set to use it in IIS, just in case this helps anyone else.
View ArticleRe: Unrecognized attribute 'targetFramework'
Yes! Nice job! That did the trick.Had never noticed that the 4.0.x.x versions were different on my local vs. the server. I actually downloaded both at the same time, but must have gotten the wrong...
View ArticleRe: Unrecognized attribute 'targetFramework'
Just a quick thought -- I'd get that server up to Beta 2.. looks like you're on some older build.. version should be 4.0.21006.1
View ArticleRe: Unrecognized attribute 'targetFramework'
Radomir,Thank you for your valuable feedback. I wish I had better news, but coincidentally, I had checked these exact things prior to my post. Per your response, I just double-checked again --...
View ArticleRe: Unrecognized attribute 'targetFramework'
If you have more than one App Pool, make sure that the one set to 4.0 framework is the one serving the site.. Select the site (or virtual directory) and go to Basic Properties (upper right corner,...
View ArticleRe: Unrecognized attribute 'targetFramework'
I am using Windows Web Server 2008 with IIS 7 (not 6 per your screenshot). Any idea of where to look for same? Only setting relating to ASP.NET version is on the application pool assignment. I've...
View ArticleRe: Unrecognized attribute 'targetFramework'
Try to check the properties on the website for ASP.NET 4.0 like so:In IIS > Right click on WebSite > Properties > ASP.NET > Version > "Should read 4.0.21006" not 2.0Check this link for...
View ArticleUnrecognized attribute 'targetFramework'
Hello. I installed VS2010 and NET 4.0 framework and created a simple project. When I uploaded to my server (where I also installed the 4.0 framework), I get this error: Unrecognized attribute...
View Article