流畅的 Nhibernate 未知路径
我有一个在 VS2010 上具有清晰架构的项目,我得到 “/”应用程序中的服务器错误。
超时已过。操作完成之前超时时间已过,或者服务器未响应。 描述:执行当前 Web 请求期间发生未处理的异常。请查看堆栈跟踪以获取有关错误及其在代码中的来源的更多信息。
异常详细信息:System.Data.SqlClient.SqlException:超时已过期。操作完成之前超时时间已过,或者服务器未响应。
奇怪的事情是在堆栈跟踪上它引用了我的服务器中没有的路径“e:\WorkSpaces\Git\SharpArchitecture...” 谁能告诉我这是什么以及有解决方案吗?
I have a project with sharp architecture on VS2010 and I'm getting
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
the weird thing is on the STACK TRACE It references to a path "e:\WorkSpaces\Git\SharpArchitecture..." that I have not in my server
Can anybody tell me what is this and it there is a resolution for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
堆栈跟踪包含构建程序集的文件路径。我想例外是来自自定义库 S#arp 架构,它不是您自己构建的。
The stack trace contains file paths where assemblies were built. I suppose the exception is from the custom library S#arp architecture, which you did not build yourself.