简体   繁体   English

如何在ASP.NET MVC中更改Crystal Report版本?

[英]How can I change the Crystal Report version in ASP.NET MVC?

I'm getting this error: 我收到此错误:

Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. 无法加载文件或程序集'log4net,版本= 1.2.10.0,文化=中性,PublicKeyToken = 692fbea5521e1304'或其依赖项之一。 The system cannot find the file specified. 该系统找不到指定的文件。

Crystal Reports is not working on shared server hosting even hosting provider providing Crystal Reports. Crystal Reports在共享服务器托管上不起作用,即使托管提供商提供Crystal Reports也是如此。 They providing Crystal Reports 13.0.21.2533. 他们提供了Crystal Reports 13.0.21.2533。

Please help me - how can I change my current Crystal Reports version according to hosting version? 请帮助我-如何根据托管版本更改当前的Crystal Reports版本?

Thanks 谢谢

Screen shot here 屏幕截图在这里

  • Open IIS 打开IIS
  • Go to current server – > Application Pools 转到当前服务器–>应用程序池
  • Select the application pool your 32-bit application will run under 选择您的32位应用程序将在其下运行的应用程序池
  • Click Advanced setting or Application Pool Default 单击高级设置或应用程序池默认值
  • Set Enable 32-bit Applications to True 将启用32位应用程序设置为True

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

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