**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
5天前关闭。
Improve this question
我在Visual Studio中遇到了一个问题,需要您的帮助。
找不到网络路径
说明:在执行当前Web请求期间发生未处理的异常。请查看堆栈跟踪,以了解有关错误以及代码中出现错误的位置的详细信息。
异常详细信息:System.ComponentModel.Win32Exception:找不到网络路径
源错误:源文件:D:\Cili\hospital\Controller\HomeController.cs行:18
我的程序总是工作和运行时,突然出现这个问题-请告诉我你的解决方案,使我可以使用您的信息。
谢谢。enter image description here
1条答案
按热度按时间hyrbngr71#
屏幕截图中的堆栈跟踪表明您的应用程序无法连接到sql server数据库。您是否能够使用Azure data studio或SSMS连接到数据库?