asp.net源码安装错误!

2025-12-16 12:57:12
推荐回答(2个)
回答1:

This error means you're using the SQL Server Reporting Services ReportViewer control in your web application, and the server can't find the proper DLL. All you have to do is deploy them to your server. With Visual Studio 2008, the location of the ReportViewer DLLs has changed. You now find them at C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer.

回答2:

t;启用新实例 的时候会出现这种错误。实际上不能算一种错误。你要是想看源码的运行效果,直接在“解决方案资源管理器”的网站里点击一个web窗体,右键单击选择“在浏览器中查看”就行了!如果它的源码没有错误,是可以运行的!可能需要配置一下web.Config文件。connectionString="server=localhost; user id=你在安装数据库时用的用户名,数据库安装的时候一般选择混合登陆模式;password=(混合登陆设置的密码);database=需要连接的数据库名

其它问题发现了再说吧!暂时就这么多了!