Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print Options No Printer error #45

Open
danielleevandenbosch opened this issue May 4, 2021 · 2 comments
Open

Print Options No Printer error #45

danielleevandenbosch opened this issue May 4, 2021 · 2 comments

Comments

@danielleevandenbosch
Copy link

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

@mhertzfeld
Copy link
Owner

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.

@danielleevandenbosch
Copy link
Author

These errors occur on compile time. Not runtime so the version of Crystal Runtime shouldn't matter in the scope to this particular issue.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants