简体   繁体   English

帮助部署Crystal Report嵌入式Visual Studio 2008网站

[英]Help with deploying Crystal Report embedded Visual Studio 2008 website

I have been trying to get around this error for a day now and have not had much luck. 我一直试图绕过这个错误一天,并没有太多运气。 I have a VS 2008 project that uses the embedded Crystal Reports which of course runs fine locally, but when deploying to my remote server the reports will no longer run. 我有一个使用嵌入式Crystal Reports的VS 2008项目,当然在本地运行良好,但在部署到我的远程服务器时,报告将不再运行。

I gathered that it was because I didn't have the right Crystal Reports components installed on my server. 我收集到了,因为我的服务器上没有安装正确的Crystal Reports组件。 So I attempted to add the dll files into my project directly which did work to resolve some of my errors but their is still a missing reference. 所以我试图直接将dll文件添加到我的项目中,这有助于解决我的一些错误,但它们仍然是一个缺失的引用。

The missing reference is on the 'CrystalDecsions.ReportAppServer.ClientDoc' which is located in my GAC. 缺少的引用位于我的GAC中的“CrystalDecsions.ReportAppServer.ClientDoc”上。

Is there anyway to get around this problem OTHER THAN installing the msi file on the server? 除了在服务器上安装msi文件之外,还有什么可以解决这个问题吗?

I had a similar problem with 2005 a while ago, the only way I was about to get around the problem was to install the crystal reports redistributable on the server. 我在2005年遇到了类似的问题,我唯一想解决问题的方法是在服务器上安装可再发行的水晶报告。 Is there any reason that you're hesitant to install an MSI on your server? 您是否有任何理由犹豫是否要在服务器上安装MSI?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM