所有的错误都是怎么回事?

发布于 2024-10-07 08:50:33 字数 262 浏览 0 评论 0原文

我有一个 WPF-MVVM 解决方案,其中包含通过程序集引用网络互连的多个服务项目。我正在使用 Visual Studio 2008。我的问题是我不断收到错误消息,告诉我当前上下文中不存在方法和成员。当我重新编译时它们就消失了。到底是怎么回事?还有其他人有这个问题吗?有人有解决办法吗?真的很烦人。当 XAML 中引用的某些内容导致事情停止工作直到我编译整个解决方案时,这就会成为一个问题。

我没有循环引用,并且我按照惯例做所有事情(没有黑客)。这只是我在 VS 2008 中必须处理的事情吗?

I have an WPF-MVVM solution with multiple service projects interconnected by a web of assembly references. I'm using Visual Studio 2008. My problem is that I constantly get errors telling me that methods and members do not exist in the current context. When I recompile they go away. What is going on? Does anyone else have this problem? Anyone have a solution? Its really annoying. It becomes a problem when something referenced in XAML causes things to stop working until I compile my entire solution.

I have no circular references, and I'm doing everything by convention (no hacks). Is this just something I have to deal with in VS 2008?

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

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

发布评论

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

评论(1

删除→记忆 2024-10-14 08:50:33

安装Service Pack 1,可能会解决问题。如果这不起作用,请尝试隔离各个程序集,直到找到问题(这可能很耗时)。这可能是由于某个地方的一些粗略的 XAML 造成的。

Install Service Pack 1, it might solve the problem. If that doesn't work, try isolating individual assemblies, until you find the problem (this might be time-consuming). It probably happens due to some sketchy XAML somewhere.

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