Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to do a regular expression in chinese character? Pin
cocoonwls8-Jul-10 1:07
cocoonwls8-Jul-10 1:07 
QuestionFacebook web applications Pin
samerh8-Jul-10 1:00
samerh8-Jul-10 1:00 
QuestionProblem while exporting and Importing using Gridview to Excel Pin
codingrocks8-Jul-10 0:47
codingrocks8-Jul-10 0:47 
QuestionWhat Service Technology is the one we need to use ? [modified] Pin
Nadia Monalisa7-Jul-10 23:52
Nadia Monalisa7-Jul-10 23:52 
AnswerRe: What Service Technology is the one we need to use ? Pin
raju melveetilpurayil8-Jul-10 0:08
professionalraju melveetilpurayil8-Jul-10 0:08 
QuestionAsp.net webservice in command line Pin
Vijay Mudunuri7-Jul-10 22:53
Vijay Mudunuri7-Jul-10 22:53 
AnswerRe: Asp.net webservice in command line Pin
Peace ON8-Jul-10 0:54
Peace ON8-Jul-10 0:54 
Question[error] controlRenderingCompatibilityVersion' attribute is not declared [modified] Pin
jon-807-Jul-10 22:39
professionaljon-807-Jul-10 22:39 
I'm using Visual Studio 2010 (.NET 3.5), which still has .NET 4.0 installed because I had to uninstall Visual Studio 2010.

When I'm loading this code within Visual Studio 2008, an error is being displayed that seems to be triggered by:

web.config
...
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></controls></pages>
<httpHandlers>
...

Errors:
1. Warning 1 C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\CalendarTest.aspx: ASP.NET runtime error: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive. (C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\web.config line 28) C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\CalendarTest.aspx 1 1 C:\...\RichControls\

2. Warning 2 The 'targetFramework' attribute is not declared. C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\Web.config 28 29 C:\...\RichControls\


3. Warning 3 The 'controlRenderingCompatibilityVersion' attribute is not declared. C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\Web.config 52 10 C:\...\RichControls\

4. Warning 4 The 'clientIDMode' attribute is not declared. C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\Web.config 52 53 C:\...\RichControls\

5. Error 5 Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive. C:\Documents and Settings\Jon\My Documents\Downloads\Beginning_ASP_NET_3_5_in_C_2008_From_Novice_to_Professional_Second_Edition-3790\Beginning ASP.NET 3.5\Chapter11\RichControls\Web.config 28

Command line
C:\Program Files\Microsoft Visual Studio 9.0\VC>aspnet_regiis -lv
1.1.4322.0 Valid C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\asp
net_isapi.dll
2.0.50727.0 Valid (Root) c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\as
pnet_isapi.dll
4.0.30319.0 Valid C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\as
pnet_isapi.dll
Jon
modified on Thursday, July 8, 2010 4:45 AM

QuestionExtending LoginName Control !! Pin
Nadia Monalisa7-Jul-10 17:17
Nadia Monalisa7-Jul-10 17:17 
AnswerRe: Extending LoginName Control !! Pin
Pavel Yermalovich7-Jul-10 20:10
Pavel Yermalovich7-Jul-10 20:10 
GeneralRe: Extending LoginName Control !! Pin
Nadia Monalisa7-Jul-10 23:46
Nadia Monalisa7-Jul-10 23:46 
QuestionCalculate the sum of a Formula field Pin
indian1437-Jul-10 10:56
indian1437-Jul-10 10:56 
AnswerRe: Calculate the sum of a Formula field Pin
Eddy Vluggen7-Jul-10 11:32
professionalEddy Vluggen7-Jul-10 11:32 
GeneralRe: Calculate the sum of a Formula field Pin
indian1437-Jul-10 11:43
indian1437-Jul-10 11:43 
QuestionAccording to Search Engine Optimization Technique, will my page rank go down if I implement Form Authentication ? Pin
Nadia Monalisa7-Jul-10 10:08
Nadia Monalisa7-Jul-10 10:08 
AnswerRe: According to Search Engine Optimization Technique, will my page rank go down if I implement Form Authentication ? Pin
Eddy Vluggen7-Jul-10 11:30
professionalEddy Vluggen7-Jul-10 11:30 
AnswerRe: According to Search Engine Optimization Technique, will my page rank go down if I implement Form Authentication ? Pin
Martin Jarvis8-Jul-10 10:22
Martin Jarvis8-Jul-10 10:22 
QuestionI am Getting the error like Pin
jintalPatel7-Jul-10 6:22
jintalPatel7-Jul-10 6:22 
AnswerRe: I am Getting the error like Pin
Sandeep Mewara7-Jul-10 6:35
mveSandeep Mewara7-Jul-10 6:35 
GeneralRe: I am Getting the error like Pin
jintalPatel7-Jul-10 6:48
jintalPatel7-Jul-10 6:48 
GeneralRe: I am Getting the error like Pin
Sandeep Mewara7-Jul-10 7:08
mveSandeep Mewara7-Jul-10 7:08 
AnswerRe: I am Getting the error like Pin
raju melveetilpurayil7-Jul-10 7:41
professionalraju melveetilpurayil7-Jul-10 7:41 
GeneralRe: I am Getting the error like Pin
Sandeep Mewara7-Jul-10 8:07
mveSandeep Mewara7-Jul-10 8:07 
GeneralRe: I am Getting the error like Pin
raju melveetilpurayil7-Jul-10 8:21
professionalraju melveetilpurayil7-Jul-10 8:21 
QuestionHow to call server side function in Javascript Pin
Sr...Frank7-Jul-10 4:37
Sr...Frank7-Jul-10 4:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.