Please go to the designer, try to preview the report and when you see the error, double-click on it. You will be redirected in to the report Code Tab. Please see the name of the method in report which is caused of the error. The name of the method should contain the name of the component which isn't be compiled.fkmfkm wrote:I have copied from an existing report to my new aspx page. I have made all the necessary changes to the datasource, databands.
But when I execute it, its complaining about some some names from the previous report.
c:\Documents and Settings\FKM-NB\ASPNET\Local Settings\Temp\0sgyxjfa.0.cs(63,32) : error CS0103: The name 'Opportunity' does not exist in the current context
Did i miss some steps ?
Thank you.
After that with help of the report tree you will be able to locate a component with reference to 'Opportunity' in it.
Thank you.