简体   繁体   English

IIS 7.5上Windows 2003 R2 Enterprise上的Asp.net

[英]Asp.net on Windows 2003 R2 Enterprise on IIS 7.5

I recently upgraded my web server to Windows 2003 R2 Enterprise 64 Bit. 我最近将Web服务器升级到Windows 2003 R2 Enterprise 64位。 Now my website developed using Asp.net is not able to load reports developed using Crystal reports. 现在,我使用Asp.net开发的网站无法加载使用Crystal报表开发的报表。 The reason is Crystal reports dll are unable to load as they are 32 bit. 原因是Crystal报表dll无法加载,因为它们是32位。 To solve the above issue, I forced the aspnet_compiler.exe to compile in X86 mode. 为了解决上述问题,我强制将aspnet_compiler.exe以X86模式进行编译。 This was achieved by adding the following element in web.config 这是通过在web.config中添加以下元素来实现的

<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
                type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
                warningLevel="4"
              compilerOptions="/platform:x86">

After adding this, I compiled and deployed again. 添加后,我再次编译并部署。 But the site stopped working. 但是该站点停止了工作。 It started throwing exception which stopped application pool. 它开始引发异常,从而停止了应用程序池。

It will be great help if somebody can find a solution for this. 如果有人可以找到解决方案,这将是极大的帮助。

Thanks 谢谢

You could download the 64 bit installer for the crystal runtime. 您可以下载Crystal运行时的64位安装程序。

Got it, here . 在这里得到它。

暂无
暂无

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

相关问题 Windows Server 2008 R2 + IIS 7.5 + ASP.NET 4.0 = HTTP错误500.0 - Windows Server 2008 R2 + IIS 7.5 + ASP.NET 4.0 = HTTP Error 500.0 2008 R2 IIS7.5上的ASP.NET MVC无法加载 - ASP.NET MVC on 2008 R2 IIS7.5 Not Loading 无法在IIS中打开我的.aspx页,Windows Server2003 R2企业版 - unable to open my .aspx page in IIS,windows server2003 R2 Enterprise version 过去可以使用的ASP.NET(VB)应用程序现在在2008 R2 IIS 7.5上提供“重载解析失败” - ASP.NET (VB) app used to work, now gives “Overload resolution failed” on 2008 R2 IIS 7.5 IIS 7.5,ASP.NET,模拟以及对C:\\ Windows \\ Temp的访问 - IIS 7.5, ASP.NET, impersonation, and access to C:\Windows\Temp ASP.NET Windows身份验证在IIS 7.5中不起作用 - ASP.NET Windows Authentication not working in IIS 7.5 在IIS 8.5和Windows Server 2012 R2上运行的ASP.NET应用程序的默认GC模式 - Default GC mode for ASP.NET applications running on IIS 8.5 and Windows Server 2012 R2 回发asp.net 4上的IIS 8.5 Windows Server 2012 R2错误“ HostingEnvironment导致关闭” - IIS 8.5 Windows Server 2012 R2 error “HostingEnvironment caused shutdown” on postback asp.net 4 将asp.net站点部署到IIS 7(Windows 2008 R2)后,网络图像消失 - Network images disappeared after asp.net site deployed to IIS 7 (Windows 2008 R2) 使用Windows 2008 R2 Datacenter在IIS 6.1上的asp.net 2.0中增加会话超时 - Increase session timeout in asp.net 2.0 on IIS 6.1 with windows 2008 R2 Datacenter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM