不能运行水晶报表,我该怎么办?帮帮我。
我是照书做的:
在.net的环境中,先生成项目,添加CryatalReportViewer,新建水晶报表,
编写代码,编译,运行。
编译都能通过,但是启动的时候,显示下面的错误,
调试信息如下:
“DefaultDomain”:已加载“c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll”,未加载符号。
“ReportApp”:已加载“C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\ReportApp\bin\ReportApp.exe”,符号已加载。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.windows.forms\1.0.3300.0__b77a5c561934e089\system.windows.forms.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.windows.forms\9.1.3300.0__692fbea5521e1304\crystaldecisions.windows.forms.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.shared\9.1.3300.0__692fbea5521e1304\crystaldecisions.shared.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.windows.forms.resources\9.1.3300.0_zh-chs_692fbea5521e1304\crystaldecisions.windows.forms.resources.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\accessibility\1.0.3300.0__b03f5f7f11d50a3a\accessibility.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.reportsource\9.1.3300.0__692fbea5521e1304\crystaldecisions.reportsource.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.crystalreports.engine\9.1.3300.0__692fbea5521e1304\crystaldecisions.crystalreports.engine.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystalkeycodelib\1.0.0.0__692fbea5521e1304\crystalkeycodelib.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\crystaldecisions.crystalreports.engine.resources\9.1.3300.0_zh-chs_692fbea5521e1304\crystaldecisions.crystalreports.engine.resources.dll”,未加载符号。
“ReportApp.exe”:已加载“c:\winnt\assembly\gac\system.drawing.resources\1.0.3300.0_zh-chs_b03f5f7f11d50a3a\system.drawing.resources.dll”,未加载符号。
最后弹出对话框,
显示报表加载失败!。
我都是按书做的,为什么有错,
帮帮我!!!