Здравствуйте, я только что развернул свое приложение на удаленном сервере.
Я получаю эту ошибку:
Server Error in '/please_god' 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: Unknown server tag 'asp:ListView'.
Source Error:
Line 55: <font color="brown" size="+1">New Posting(Messages)</font><br />
Line 56:
Line 57: <asp:ListView ID="ListView1" runat="server"
Line 58: DataSourceID="SqlDataSource1">
Line 59: <LayoutTemplate>
Может кто-нибудь помочь мне, почему я получаю эту ошибку при использовании listview
.
Я использую Visual Web Developer 2010, и он отлично работает на моей локальной машине.