用Visual studio 2008在发布发布BizTalk Application 时出错:
error DEPLOY: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
原因:VS 2008 没有连上DB
解方案,用VS 2008打开BizTalk Application 程序,在应该程序项目 properties ->Deployment 应为: configuretion Database:BizTalkMgmtDb
server : <current database >
本文介绍了使用Visual Studio 2008部署BizTalk应用程序时遇到的连接SQL Server失败问题及解决方案。错误提示为无法建立连接,服务器未找到或不可访问。通过检查配置设置并确保正确指定数据库和服务器名来解决问题。
71

被折叠的 条评论
为什么被折叠?



