cancel
Showing results for 
Search instead for 
Did you mean: 

IISExpress Crash on setting PaperSize

Former Member
0 Kudos

Hi,

Following are my PC details

Windows 7 64 Bit OS

Crystal Report version v14.1.5.1501 along with Service Pack v14.1.6.1702

Visual Studio 2013 Service Update 4

.NET Framework 4.5.1

ASP.NET Web Form Application Development in C# Language

I read the discussion link https://archive.sap.com/discussions/thread/3593909 for changing the Paper Size of the report, However when I try to change the paper size by calling any of the following statement,

rpt.PrintOptions.PaperSize = CrystalDecisions.Shared.PaperSize.PaperA3;

or

rptClientDoc.PrintOutputController.ModifyPrintOptions(MYPRTOpts);

The IISExpress crash and gives me following error in event viewer

Faulting application name: iisexpress.exe, version: 8.5.9748.0, time stamp: 0x5384d451 Faulting module name: ntdll.dll, version: 6.1.7601.19045, time stamp: 0x56258e62 Exception code: 0x4000001f Fault offset: 0x000cecdd Faulting process id: 0xd2c Faulting application start time: 0x01d324a7c46cb6b3 Faulting application path: C:\Program Files (x86)\IIS Express\iisexpress.exe Faulting module path: C:\Windows\SysWOW64\ntdll.dll Report Id: 0ed813b3-909b-11e7-92b5-9439e5d96bc0

Please help, how to rectify this error and how to change the paper size of the crystal report to the custom size.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

CR Designer no longer ships with an SDK. The one you need now is here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Install the first link on your DEV PC. All other links are for redist only, do not install them on your DEV PC.

There is also a Printer test app on the download page, try it using a report with saved data.

Don

Answers (0)