Issue with <compilation targetFramework="4.0" />
bmains
Posts: 15
Hello,
I'm running on Windows 7, VS 64-bit, a ASP.NET web application which has the above registered statement: <compilation targetFramework="4.0" />. But I get this error:
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive
However, it runs fine in VS... why is that an issue?
Thanks.
I'm running on Windows 7, VS 64-bit, a ASP.NET web application which has the above registered statement: <compilation targetFramework="4.0" />. But I get this error:
Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive
However, it runs fine in VS... why is that an issue?
Thanks.
Comments