N
neverstill
I think this happened because I changed the name of a control in the aspx
page and it didn't update in the code behind, but I have no idea when or
where or if this is even the case: here is the error:
Compiler Error Message: CS0117: 'ASP.ProdWiz_aspx' does not contain a
definition for 'Textbox1'
Source Error:
Line 1168: #line default
Line 1169: #line hidden
Line 1170: this.Textbox1 = __ctrl;
Line 1171:
Line 1172: #line 140
"C:\Inetpub\wwwroot\AuthenticationDev\Admin\Manageproducts\ProdWiz.aspx"
Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\authenticationdev\39343fb4\766aa2c7\hp_4txdj.0.cs Line: 1170
Has anyone seen this before? Obviously not the same line numbers, etc...
but what does this mean?
Any help would be great,
Steve
page and it didn't update in the code behind, but I have no idea when or
where or if this is even the case: here is the error:
Compiler Error Message: CS0117: 'ASP.ProdWiz_aspx' does not contain a
definition for 'Textbox1'
Source Error:
Line 1168: #line default
Line 1169: #line hidden
Line 1170: this.Textbox1 = __ctrl;
Line 1171:
Line 1172: #line 140
"C:\Inetpub\wwwroot\AuthenticationDev\Admin\Manageproducts\ProdWiz.aspx"
Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\authenticationdev\39343fb4\766aa2c7\hp_4txdj.0.cs Line: 1170
Has anyone seen this before? Obviously not the same line numbers, etc...
but what does this mean?
Any help would be great,
Steve