這個問題可能會被提出很多次,但我經歷了所有可能性和建議的解決方案而沒有任何改進。這是我所做的:0x800a1391 - JavaScript運行時錯誤:'bobj'未定義
- 卸載並安裝最新版本的SAP報告。
- 將aspnet_client目錄添加到解決方案並重建解決方案。
- 修改preview.aspx的內容並將12.X.X的所有出現更改爲13.X.X.
但仍然有上述錯誤。事實上,這是它有這個問題的說法:
bobj.crv.writeWidget({'cons':'bobj.crv.newViewer','args':{'id':'MainContent_CrystalReportViewer1__UI','isDisplayModalBG':false,'visualStyle':{'width':'687px','height':'914px'},'layoutType':'fitReport'},'children':[{'cons':'bobj.crv.newPrintUI','args':{'isActxPrinting':false}},{'cons':'bobj.crv.newReportProcessingUI'},{'cons':'bobj.crv.newExportUI','args':{'canSupportRange':true,'availableFormats':[{'name':'Crystal Reports (RPT)','value':'CrystalReports'},{'name':'PDF','value':'PDF'},{'name':'Microsoft Excel (97-2003)','value':'MSExcel'},{'name':'Microsoft Excel (97-2003) Data-Only','value':'RecordToMSExcel'},{'name':'Microsoft Excel Workbook Data-only','value':'RecordToMSExcel2007'},{'name':'Microsoft Word (97-2003)','value':'MSWord'},{'name':'Microsoft Word (97-2003) - Editable','value':'EditableRTF'},{'name':'Rich Text Format (RTF)','value':'RTF'},{'name':'Character Separated Values (CSV)','value':'CharacterSeparatedValues'},{'name':'XML','value':'XML'}]}},{'cons':'bobj.crv.newReportAlbum','args':{'initTabIdx':0,'displayDrilldownTab':true},'children':[{'cons':'bobj.crv.newReportView','args':{'viewStateId':'0','label':'Main Report','isMainReport':true},'children':[{'cons':'bobj.crv.newReportPage','args':{'width':600,'height':800,'documentView':'PrintLayout','content':'\r\n\r\n\r\n\t\r\n\r\n</div>\r\n','extraCssFileUrl':''}}]}]},{'cons':'bobj.crv.newStatusbar','args':{'id':'MainContent_CrystalReportViewer1__UI_statusbar'},'children':[{'cons':'bobj.crv.newStatusbarBreadcrumb','args':{'values':[]}},{'cons':'bobj.crv.newStatusbarVersionIndicator'}]}]}); //-->
你能幫助如何擺脫這個錯誤。我正在使用Windows 10和VS 2012.我的網站仍處於開發狀態,因此它尚未位於服務器中。
我試着提供所有可能的答案,但它沒有幫助。
[Crystal Report Issue with IIS - (bobj is undefined,Crystal report not displayed)]的可能重複](http://stackoverflow.com/questions/7266049/crystal-report-issue-with-iis-bobj-is -undefined-crystal-report-not-display) – stuartd
我嘗試了鏈接中的所有建議,但都沒有成功。 –