如何获取有关 Silverlight 代码生成异常的详细信息?

发布于 2024-10-22 04:23:24 字数 817 浏览 0 评论 0原文

当我构建 Silverlight 业务应用程序时,我现在收到以下错误:

代码生成器

'Microsoft.ServiceModel.DomainServices.Tools.CSharpCodeDomClientCodeGenerator' 遇到致命异常并且 无法生成项目代码

'C:\Software\ProjectPartCenterAdmin\Alpha\Latest 版本\ProjectPartCenterAdmin\ProjectPartCenterAdmin.csproj':

抛出了异常 调用的目标。

自从我的代码上次工作以来,我绝对没有对它做任何事情!我所做的只是彻底重建应用程序。有没有办法获取异常的详细信息?在我弄清楚这一点之前,我已经死在水里了。

哦,顺便说一句,我讨厌代码生成!我在使用 RIA 服务时遇到了无数问题,并且我正在尽力“以正确的方式”做事;也就是说,没有黑客。

编辑:

我也收到了类似的警告:

发生以下异常 创建 MEF 组合 容器:

无法加载一个或多个 所请求的类型。检索 LoaderExceptions 属性了解更多 信息。

默认代码 将使用发电机。

我已经收到这个消息有一段时间了,但忽略了它,因为该应用程序似乎工作正常。

另外,当我删除 CustomValidation 属性时,异常就会消失。但警告却没有。

I'm getting the following error now when I build my Silverlight Business Application:

The code generator

'Microsoft.ServiceModel.DomainServices.Tools.CSharpCodeDomClientCodeGenerator'
encountered a fatal exception and
could not generate code for project

'C:\Software\ProjectPartCenterAdmin\Alpha\Latest
Version\ProjectPartCenterAdmin\ProjectPartCenterAdmin.csproj':

Exception has been thrown by the
target of an invocation.

I DID ABSOLUTELY NOTHING TO MY CODE since it last worked! All I did was a clean rebuild of the application. Is there a way to get the details on what the exception was? I am dead in the water until i can figure this out.

Oh, and by the way, I hate code generation! I've had endless problems with RIA Services and I'm trying my best to do things "the right way"; that is, no hacks.

Edit:

I've also been getting a similar warning:

The following exception occurred
creating the MEF composition
container:

Unable to load one or more
of the requested types. Retrieve the
LoaderExceptions property for more
information.

The default code
generator will be used.

I've been getting this for some time now, and have ignored it because the application seems to be working fine.

Also, when I remove my CustomValidation attributes the exception goes away. But the warnings do not.

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

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

发布评论

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

评论(1

当爱已成负担 2024-10-29 04:23:24

首先,您需要检查项目中是否存在自定义验证错误。我遇到了同样的问题,但是当我意识到我有两个同名的验证结果方法时!并更改它,构建成功。

First, you need to check if there were custom validation errors in the project. I had the same issue but when I realized that I had two validation result methods with the same name! and change it, the built was successfull.

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