Skip to Content
0
Former Member
May 09, 2017 at 12:55 PM

Crystalreportviewer controls[2] is missing in the version 13.0.19

190 Views Last edit May 04, 2018 at 12:28 PM 2 rev

Hi,

Working on a asp.net (VB.Net)application. Currently we are using .net framework 3.5 (Visual Studio 2008) with Crystal reports runtime verson 10.5.3700.0.

We are migrating the application to .net framework 4.6.1(VS 2013) and referencing CR version 13.0.19(from the link http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_19.exe)

Now noticed that application is having problem while exporting the report to other formats. Upon investigation noticed that "crptViewer.Controls(2).Controls.RemoveAt(0)" is crashing the application. Whereas the same code works fine with the previous version of crystal reports.

As specified in the below link we are seeing only two controls being added instead of 5[from older version]

https://archive.sap.com/discussions/message/16295015#16295015

It is specified in the above blog to have the SP15 installed to resolve the issue whereas I'm using 19[13_0_19] and I'm still having the issue. Please advise further.