cancel
Showing results for 
Search instead for 
Did you mean: 

Error: 'bobj' is undefined

Former Member
0 Kudos

I receive this error while browsing my website locally using Visual Studio 2017, the installed version for run time is 13.0.24.2970 (32 bit), for visual studio also 13.0.24.2970, the OS is windows 10 64 bit.

below the configuration in the web.config

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportSource, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Shared, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Web, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Any help please.

denis_konovalov
Active Contributor
0 Kudos

I have fixed your tag, please select more careful next time.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Try searching for that error before posting, means your App can't find or does not ahve access to the Crystal Reprots viewer folder:

C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13

Add it to your app or give full read/write permissions.

Don

Answers (0)