Hi everybody I have a strange problem when I try to deploy my asp.net application.
What I absolutly don't understand is, why are there no problems when deploying this on another server?...
Server Error in '/My/App' Application.
Parser Error
Description: 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: System.Web.UI.HtmlControls.HtmlTableCellCollection must have items of type 'System.Web.UI.HtmlControls.HtmlTableCell'. 'asp:TextBox' is of type 'System.Web.UI.WebControls.TextBox'.
Source Error:
Line 170: </td>
Line 171: <td align="left"; class="style19">
Line 172: <asp:TextBox ID="tbCustomer" runat="server"
Line 173: Text=&qu ...
Go to the complete details ...