I have a report on my local machine that is running just fine usiing report viewer 10. and VS2010
After copying from local machine to host site I get the below error when I run it.
Line 1: <%@ page language="VB" autoeventwireup="false" inherits="Reports_YTDExpenses, App_Web_lxq5vdkk" %>
Line 2:
Line 3: <%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
Line 4:
Line 5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
View Complete Post