为什么我收到有关“Type ‘String’’的构建错误?不是有效的实体类型”构建这个 Silverlight Web 项目?
尝试在全新机器上构建 Silverlight 4 应用程序 + 网站,并收到以下网站错误消息:
Error Type 'String' is not a valid entity type. Entity types cannot be a primitive
type or a simple type like string or Guid.
这根本没有任何意义,因为它构建在其他机器上,并且 Silverlight 4 SDK 安装在新机器上。
Trying to build a Silverlight 4 application + website on a brand new machine and got the following error message for the website:
Error Type 'String' is not a valid entity type. Entity types cannot be a primitive
type or a simple type like string or Guid.
This doesn't make any sense at all since it builds on other machines and the Silverlight 4 SDK is installed on the new machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它实际上可能将此警告隐藏在
Microsoft.Ria.Client.targets
中,这很可能意味着 Silverlight 4 的 WCF RIA 服务版本不匹配(或不存在)。
从 http://www.silverlight.net/getstarted/riaservices 问题应该可以解决。
It's probably actually hiding this warning in
Microsoft.Ria.Client.targets
Which most likely means there's a mismatch (or non-existent) version of WCF RIA Services for Silverlight 4.
Install the latest from http://www.silverlight.net/getstarted/riaservices and the problem should be solved.