未将对象引用设置为对象数据上下文的实例

发布于 2024-10-11 02:12:18 字数 168 浏览 4 评论 0原文

我正在尝试在远程服务器上发布 asp.net mvc 站点,但出现如图所示的错误。任何想法

I am trying to publish asp.net mvc site on remote server I am getting the error as shown in figure. Any idea

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晚风撩人 2024-10-18 02:12:18

我解决了这个问题,问题是设计器文件连接名称与 web.config 的名称不同。一旦两个名称相同,它就开始正常运行。

I solved it the problem was that in the designer file connection name was different then that of web.config. Once both name are same it started running fine.

一向肩并 2024-10-18 02:12:18

只要有机会发布更大尺寸的图像,堆栈跟踪就很难阅读。

作为猜测,看起来异常是在代码的数据库上下文区域中引发的 - 可能是实体框架?

首先,看一下 Models.EvloetDatabaseContext 构造函数 - 其中是否有任何内容可能导致空引用异常?

您可以在该方法中放置一些 Trace.WriteLine 调用,并使用诸如 DebugView 查看发送了多少条消息。我在调试客户端服务器上的问题时经常使用他。

Any chance you could post a larger scale of the image, the stack trace is very tricky to read.

As a guess, it looks like the exception is being raised in the database context area of code - possibly Entity Framework??

First, have a look at the Models.EvloetDatabaseContext constructor - is there anything in there that might cause the null reference exception?

You could put some Trace.WriteLine calls in that method and use a tool such as DebugView to see how many of those messages are being sent out. I use his often when debugging issues on a client's server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文