1、对动态连接库的引用,需要把其属性"复制本地"设为true;
2、在配置文件(web.config)中,需要添加对ActiveReports的注册信息,
通过":C:\Program Files\Common Files\ComponentOne\ActiveReports 9\WebKeyGenerator.exe"
产生配置信息添加到web.config中,
如:<configuration>
<appSettings>
<add key="ActiveReports 9 License" value="Generated Web Key"/>
</appSettings>
</configuration> |