I followed the setup instructions, and I successfully installed the nuget package, updated the api keys, and was able to edit/create a report. However, when I try to run the report, it gives me a compliation error that DotNetReportModel is not found.
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'DotNetReportModel' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 41: Line 42: Line 43: public class _Page_Views_dotnetreport_Report_cshtml : System.Web.Mvc.WebViewPage { Line 44: Line 45: #line hidden |
Please advise. Thanks