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: A call to Bind was not well formatted.  Please refer to documentation for the correct parameters to Bind.Source Error: 
Line 51:             <asp:TemplateField ConvertEmptyStringToNull="False" HeaderText="类型">
Line 52:                 <ItemTemplate>
Line 53:                     <asp:Label ID="Label2" runat="server" 
Line 54:                         Text='<%# Bind("ListingType.TypeName") %>'></asp:Label>
Line 55:                 </ItemTemplate>
 
这段代码是打开页面后报的错,页面放在服务器里就报这个错,可是在我电脑上什么错都不报,
服务器用的asp是2.0
我电脑的是4.0
是不是版本的问题?