ASP.NET MVC 3:外部组件引发异常

发布于 2024-11-27 20:09:14 字数 405 浏览 4 评论 0原文

设置:

使用现有数据库的新 MVC 3 项目。创建一个 EF 文件(edmx),使用自动生成器创建 POCO 类和 DbContext,然后删除 edmx。

使用包管理器控制台命令行中的 -Repository -Force -Area -ModelType 标志搭建了许多控制器和视图。

问题:

运行应用程序时出现以下错误:

External Component has thrown an exception.

正确。肥多用。停下来又启动了卡西尼号。没有喜悦。关闭并打开VS2010。没有喜悦。

想不出还有什么问题。似乎没有其他人有这个问题(根据谷歌的说法)。

问:

到底是怎么回事?!有什么建议吗?

Set up:

New MVC 3 project, using existing database. Created an EF file (edmx), used the automatic generator to create the POCO classes and DbContext, then deleted the edmx.

Scaffolded a number of controllers and views, using -Repository -Force -Area -ModelType flags from the Package Manager Console command line.

Problem:

When running the app I get the following error:

External Component has thrown an exception.

Right. Fat lot of use. Stopped and started Cassini. No joy. Closed and opened VS2010. No joy.

Can't think what else can be wrong. No one else seems to have the problem (according to Google).

Question:

What the heck is wrong?! Any suggestions?

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

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

发布评论

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

评论(4

欢你一世 2024-12-04 20:09:14

好的,我重新启动了 computah,问题就消失了。

就这样。

仿佛被施了魔法一样。

我应该尝试的第一件事,不是吗?

    

OK, I restarted the computah and the problem went away.

Just like that.

As if by magic.

First thing I should've tried, isn't it?

    

小草泠泠 2024-12-04 20:09:14

|
0 0
|
vvvvvvvvvvv
___________
^^^^^^^^U^^

(Self portrait of the Web Developer as an aging man)

我生命中的三个小时。蒸发了。没有页面,没有报酬。没有工资,没有晚餐。没有晚餐,没有网络开发人员。没有网络开发人员,就没有页面。生与死的循环。阴阳。道。

应该继续做数学物理。当宇宙没有按照客户的期望行事时,至少没有人应该受到责备。

|
0 0
|
vvvvvvvvvvv
___________
^^^^^^^^U^^

(Self portrait of the Web Developer as an aging man)

Three hours of my life. Vaporised. No page, no pay. No pay, no dinner. No dinner, no web developer. No web developer, no page. The circle of life and death. Ying and Yang. The Tao.

Should've carried on doing Mathematical Physics. At least no one is to blame when the Universe doesn't do what the client expects.

孤星 2024-12-04 20:09:14

如果它对任何人有帮助:我遇到了这个问题,并在错误部分视图中发现了错误。修复了部分错误后,错误消失了。

In case it helps anyone: I had this problem and found an error in a bug partial view. After fixing the bug in the partial, the error went away.

顾铮苏瑾 2024-12-04 20:09:14

当在 View1 内部渲染 @Html.Partial(View2, model) 并传递 View2 不接受的视图模型时(至少在视图模型模板化时),就会发生这种情况。

It happens when inside View1 you render @Html.Partial(View2, model) and pass a viewmodel that the View2 does not acccept (at least when the viewmodel is templated).

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