Global.asax problem
-
Hi Everyone, I just downloaded an Eval version of Dundas Charting tools and it comes with these Demo projects, however when I try to run the demo projects, for every single one I get this basic error: 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: Could not load type 'sales.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="sales.Global" %> I tried Building it to fix it and then running it but that did not work for any of them. Please help. Thanks Sincerely, The Major Rager
-
Hi Everyone, I just downloaded an Eval version of Dundas Charting tools and it comes with these Demo projects, however when I try to run the demo projects, for every single one I get this basic error: 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: Could not load type 'sales.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="sales.Global" %> I tried Building it to fix it and then running it but that did not work for any of them. Please help. Thanks Sincerely, The Major Rager
There are a couple of things that you might want to check: + The version of the ASP.NET that your demo application runs under. + Do you really create the application for the demo in IIS? or it's just a sub folder of another web application? + Make sure the assembly contains the sales.Global type should appear in the bin folder. Also, IMHO the Dundas support team may give you better help to get you quickly started with the product.