I created a windows application to use to create my report. I figured it would be easier to debug that way. (And the book I am using has about 10 chapters on windows and 1 on web.)
I created my report and it worked. (This was a bit of a feat for me. Security on the MSSQL database is tight and stored procs only are allowed.)
I then created a web application. I created my form, but the web Crystal viewer on the form, used the 'Add Existing Item' feature of visual studio to add my report.
I am constantly getting the errors when I compile:
'ReportDefinition is not a member of "reports.rptPromptsAndResponses"'
And
'Property ResourceName cannot be declared OverRides because it does not override a property in a base class.'
I can't compile. I have the same dataset, a form with the same
vb.net code behind, but the REPORT won't compile.
I have since tried to create a simple report in the web app and I get the same problem.
What do I need to do to add an existing report to my web-project and have it work?
Thanks.
Sandy Murdock MCP