cancel
Showing results for 
Search instead for 
Did you mean: 

schedule webcontrol -BOXI3.1- javascript error

Former Member
0 Kudos

Hi to you all.

I use BOEXI 3.1and I am trying to make a simple web application that uses the Schedule web control from the CrystalDecisions.Enterprise.WebControls namespace (CrystalDecisions.Web.dll - 12.0.2000.0)

When I open the page that contains the Schedule web control in the browser I get a JavaScript exception.

I looked in the page source and it seems it is trying to import some javascript files from the crystalreportviewers115 folder. The crystalreportviewers115 was indeed ok for the BOXI 2.0 version, but on BOXI 3.1 version it changed from crystalreportviewers115 to crystalreportviewers12.

All the javascripts he is trying to import are in the crystalreportviewers12 virtual folder.

I made a test mapping a new virtual folder named crystalreportviewers115 with the path from the crystalreportviewers12 and the page is loading ok (except for the images, that still don't load). But, mapping another virtual folder with the same physical folder is a very nasty solution.

I also checked the sdk documentation and there is nothing written about this.

Can anybody help me with this problem?

Thanks in advance,

Magda

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Employee
Employee
0 Kudos

.NET Service Controls for BusinessObjects Enterprise is an old Web Visual Component Framework only supported with VS 2002 and 2003 - it won't work with VS 2005 or newer, and hasn't been upgraded with the newest version of Enterprise.

It's better to use the Enterprise .NET SDK for the backend stuff, and plug into your own (or .NET's) UI controls.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Ted,

Thank you for the answer. We will probably make our own control.

Kind regards,

Magda

Answers (0)