You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone and download the application I get the following error . Each time I've had to comment out these lines. I pulled all of the CrystalDecisions references. Is there something else I am missing?
Severity Code Description Project File Line Suppression State Error CS1061 'PrintOptions' does not contain a definition for 'NoPrinter' and no accessible extension method 'NoPrinter' accepting a first argument of type 'PrintOptions' could be found (are you missing a using directive or an assembly reference?) CrystalReportsNinja C:\Users\itcon2\Documents\vandatatickets\1613\matthertfeld\1.9latest\CrystalReportsNinja\Source\CrystalReportsNinja\ReportProcessor.cs 226 Active
The build error occurs on line 226, 233, and 243 of ReportProcessor. this is out of version 1.9
The text was updated successfully, but these errors were encountered:
What version of the Crystal Runtimes do you have installed?
What version of Crystal Reports for Visual Studio do you have installed?
Quickest way to find the version numbers is using the Programs and Features tool found in the Windows Control Panel.
I have the latest (as of a few weeks ago at least), versions 13.0.30.3805 and am able to compile without error. That's not to say there are no bugs in the 1.9 that's currently being worked on.
When I clone and download the application I get the following error . Each time I've had to comment out these lines. I pulled all of the CrystalDecisions references. Is there something else I am missing?
Severity Code Description Project File Line Suppression State Error CS1061 'PrintOptions' does not contain a definition for 'NoPrinter' and no accessible extension method 'NoPrinter' accepting a first argument of type 'PrintOptions' could be found (are you missing a using directive or an assembly reference?) CrystalReportsNinja C:\Users\itcon2\Documents\vandatatickets\1613\matthertfeld\1.9latest\CrystalReportsNinja\Source\CrystalReportsNinja\ReportProcessor.cs 226 Active
The build error occurs on line 226, 233, and 243 of ReportProcessor. this is out of version 1.9
The text was updated successfully, but these errors were encountered: