Tuesday, December 7, 2010

Unrecognized attribute 'targetFramework'.

 

Server Error in '/slvtest' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'targetFramework'.

Source Error:

Line 8:  <configuration> Line 9:      <system.web> Line 10:         <compilation debug="true" targetFramework="4.0" /> Line 11:     </system.web> Line 12: 

Source File: C:\SilverlightApplication2\SilverlightApplication2.Web\web.config    Line: 10


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
 
 
solution rename your web.config to web111.config, if you dont need web.config file
 
if you need then change version to 4.0.21006.1 

No comments: