Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft JScript runtime error: 'bobj' is undefined

I am using SAP crystal report Version=13.0.2000.0 ,visual studio 2010 and SAP crystal report runtime engine for .net framework 4(64-bit) I am getting following error in crystal report loading while deploying the project in Cloud while report is shown in design mode.

Microsoft JScript runtime error: 'bobj' is undefined

like image 607
sachin nikam Avatar asked Apr 10 '26 07:04

sachin nikam


2 Answers

This will work 100%

I solved it and anyone find another solution rather than below one, Please post it. I am using Visual Studio 2013.

1) Go to this Path : C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319 .

2) Copy folder name crystalreportviewers13 , and iclude it in your web project.

3) At the Head form where you load and have the crystal report viewer call this java script file.

  <head runat="server">
      <title>View Report</title>
      <script lang="javaScript" type="text/javascript" src="crystalreportviewers13/js/crviewer/crv.js">
      </script> 
  </head>

Thanks.

like image 159
Shivam Srivastava Avatar answered Apr 11 '26 23:04

Shivam Srivastava


I am using SAP crystal report Version=13.0.2000.0 ,visual studio 2010 and SAP crystal report runtime engine for .net framework 4(64-bit) I am getting following error in crystal report loading while deploying the project in Cloud while report is shown in design mode.

Microsoft JScript runtime error: 'bobj' is undefined

After that i have reinstall crystal reports for visual studio 2010.

Now its Working Good..

Please try it..

like image 21
Raja Avatar answered Apr 11 '26 23:04

Raja



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!