Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
timadous
Starting Member
1 Post |
Posted - 2007-02-02 : 14:14:49
|
| I get a parser error on a particular page that reads:Server Error in '/' Application.Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: The base class includes the field 'LongDescription', but its type (FreeTextBoxControls.FreeTextBox) is not compatible with the type of control (System.Web.UI.HtmlControls.HtmlTextArea).Source Error:Line 35: <td class="content" align="right" valign="top">Long Line 36: Description: </td>Line 37: <td class="content" align="left" colSpan="3"><textarea id="LongDescription" runat="server" rows="4" class="Content" cols="50"></textarea></td>Line 38: <TD class="ContentTable" width="1"><IMG src="images/clear.gif" width="1"></TD>Line 39: </TR>Source File: *\ssl\management\Controls\ProductDetailsControl.ascx Line: 37Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300If I comapare the code with the equivalant page in another working instance they are line for line the same. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-02-02 : 14:18:18
|
| This doesn't appear to be a SQL Server error. I would suggest posting your question in the ASP.NET forum here or on some other site such as www.asp.net.Tara Kizer |
 |
|
|
|
|
|