I have a .Net site with a dataset located in the root of the site - I have
a subfolder on the site called "Reports", which is also an application.
In "Reports" I have an .aspx page which has a crystalreport viewer on it.
No matter how I try an declare my dataset I get the following error:
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: BC30002: Type 'MessagingApp1.dsRptAllMsg' is not
defined.
If I move the ASPX page into the root of the site - I can view the report
no problem - how can I have the .aspx page in the subfolder but still see
the report?