疑难杂症,高分求解
要把一个用vs2003做的项目,Web服务器从windows 2000 Server升级到Windows 2008 Server R2(x64),升级后页面功能都可以使用,就是不能调用水晶报表了。
错误信息如下:Object reference not set to an instance of an object
错误代码:dim rcDoc as ReportClientDocument = New ReportClientDocument
使用的水晶报表9.0版本。打了补丁:
cr90devwin_en.exe,cr90mainwin_en.exe,dbexdrvr9pluswin_en.exe,CR90DEVWIN_EN_200304.EXE
同样的程序在Windows 2003 Server上调用没有任何问题。
已经将应用程序池framework1.1的设置为兼容32位了。
报表服务器运行是正常的。
在win7下调用也不行。