Hello,
I seem to be getting a recurring error in VB with crystal reports, I have over 10 reports and 2 of them give me an error everytime I load up my project:
class 'cliReceiRpt' and class 'cliReceiRpt', declared in 'C:\CMS\CMS\CMS\CMS\Reports\cliReceiRpt.vb', conflict in namespace 'CMS'.
When I click show all files in the solution explorer I notice two files under the report name: cliReceiRpt.vb and cliReceiRpt1.vb, if I delete cliReceiRpt1.vb the error goes away and only comes back once I close and open my project again. Not sure why it's always creating that second instance of the report...
I would really appreciate any help you can offer me,
Thank you
Capo
I seem to be getting a recurring error in VB with crystal reports, I have over 10 reports and 2 of them give me an error everytime I load up my project:
class 'cliReceiRpt' and class 'cliReceiRpt', declared in 'C:\CMS\CMS\CMS\CMS\Reports\cliReceiRpt.vb', conflict in namespace 'CMS'.
When I click show all files in the solution explorer I notice two files under the report name: cliReceiRpt.vb and cliReceiRpt1.vb, if I delete cliReceiRpt1.vb the error goes away and only comes back once I close and open my project again. Not sure why it's always creating that second instance of the report...
I would really appreciate any help you can offer me,
Thank you
Capo