你好, 即时通讯使用图表控制在我的网站和本地一切工作正常,但是当我尝试部署时,与图表页面不起作用。 我发现某种这里的解决方案: Does the new asp:chart control need to be installed on the server or can it be used from the bin folderASP.NET - 部署图表控件
,但我不知道我应该复制其中DLL和我在哪里可以找到bin文件夹?
干杯, 巴特
你好, 即时通讯使用图表控制在我的网站和本地一切工作正常,但是当我尝试部署时,与图表页面不起作用。 我发现某种这里的解决方案: Does the new asp:chart control need to be installed on the server or can it be used from the bin folderASP.NET - 部署图表控件
,但我不知道我应该复制其中DLL和我在哪里可以找到bin文件夹?
干杯, 巴特
可以部署到应用程序的bin目录(右下的应用程序的顶层),也可以安装到GAC。部署时,通常会使用Bin目录部署。
我在我的服务器的根目录中创建了“Bin”文件夹。然后我复制了System.Web.DataVisualization.dll,System.Web.DataVisualization.xml和System.Web.DataVisualization.Design.dll 但它没有帮助;/ 我该怎么办? 对我来说真的很重要... – Bart 2010-03-12 19:01:00
你收到任何错误或什么? – azamsharp 2010-03-12 16:30:49
only this: “说明:服务器上发生应用程序错误。此应用程序的当前自定义错误设置阻止了远程查看应用程序错误的详细信息(出于安全原因),但可以通过浏览器在本地服务器上运行。“ 我将customerrors模式设置为关闭,但myserver忽略此设置,因此我看不到此错误的详细信息;/ – Bart 2010-03-12 16:38:36