c# - Visual Studio 2015 Silverlight Ria 服务项目引用

标签 c# visual-studio silverlight wcf-ria-services

我刚刚安装了 Visual Studio 2015 Professional,并且安装正确。但是开始处理 Silverlight 项目时,我的解决方案中的 RIA 服务代理项目(引用 RIA 服务服务器项目的 silverlight 项目)出现了问题。该项目构建并成功运行,但在我从我的服务器项目引用类的所有地方都显示“找不到引用”错误,就像它无法识别生成的文件 .g.cs,所以我无法处理我的 RIA 服务类在客户端上。有人也遇到过这个问题吗??

最佳答案

是的,有同样的问题。我在 Microsoft 的连接站点上用 repro 提交了一个错误:types in referenced RIA silverlight projects are not recognized in VS 2015

关于c# - Visual Studio 2015 Silverlight Ria 服务项目引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31537561/

相关文章:

c# - 当前上下文中不存在名称 'Bind'

c# - 在 Mac 上分析 .net core 应用程序?

visual-studio - 配置 Eclipse 以使用 VS.Net 快捷方式?

c# - 如何解决 '...is a ' type', which is not valid in the given context'? (C#)

c# - 组织树绘制算法

c# - 请建议在不使用 Excel 对象的情况下操作 Excel 电子表格的方法,因为 Web 服务器没有安装 MS Office

visual-studio-2010 - VS2010 : How to prevent changing a Horizontal Tab Group to a Vertical Tab Group when restarting?

silverlight - 如果我在 setter 中更改具有不同值的绑定(bind)数据,如何刷新绑定(bind)数据

c# - 从 Observable 集合中删除

c# - 如何避免由于锁定代码而导致速度下降?