使用ActiveReports 开发的中等信任和Windows Azure 项目中,您可能需要在拥有ActiveReports 正式许可的电脑上,使用 Web 密钥生成器为您的项目生成 Web 密钥。
1、从开始菜单,所有程序 > GrapeCity > ActiveReports 9 > Generate WebKey,并运行Web 密钥生成器。
注意:您可以在 ....\Common files\GrapeCity\ActiveReports 9 文件夹中找到WebKeyGenerator.exe。
2、在出现的对话框中,单击复制按钮复制 Web 密钥。我们建议您使用第二个复制按钮复制文本框中的内容到 web.config 相应的节点中。
3、将 Web 密钥粘贴到您项目Web.config文件的<configuration> 标记中,最终结果如下:
<configuration> <appSettings> <add key=" ActiveReports 9 License" value="Generated Web Key" /> </appSettings> </configuration> |
注意:如果在Web 密钥生成器对话框中看到"您的计算机没有安装ActiveReports 9的正式授权许可",请先为您的电脑安装只是对授权许可。