现象:
系统:Windows 2008 64-bit Enterprise EN.windows 2008 服务器
IIS: Install the IIS7.0 feature.
.Net Framework版本:.Net Framework1.1.
安装ActiveReports压缩包,站点将自动部署在iis里。
1.本站点右键选择[Advanced settings], 在Application Pool downlist, 选择 the Classic .NET AppPool.
2.本Application Pool, 选择 Classic .NET AppPool, 选择Advance Settings, Enable the 32-bit applications 改成 True.
3.本站点里加3个具有the .Net Framwork2.0的 *.aspx的 设定的 handler mapping items refering。
*.ActiveReport
*.ArCacheItem
*.rpx
最终,aspx里调用ActiveReports控件时控件里的内容无法显示。
解决方法:
ActiveReport的Web.Config文件里、HandlerMappingの設定版本不正确。 |