
由于同事使用了较新的silverlight tools,在TFS同步后,我的程序识别不了新版本的silverlight,提示升级,于是我安装了新版本的runtime,但没料想,却出现了
Unable to start deBUGging. The Silverlight Developer Runtime is not installed. Please install a matching version.
这个错误提示,于是便将Developer Runtime和silverlight Runtime版本全部升级到了最新的50826,问题解决。
遇到这个问题,可以先到
http://www.microsoft.com/getsilverlight/get-started/install/default.aspx
这个地址验证一下silverlight版本。再安装上面地址中的最新运行时包。
Silverlight如果采用WCF宿主在Console上发布时,需要在Silverlight的引用上将地址改写为新的服务地址。在使用TreeVIEw时,可以使用Expand的几个方法来展开节点
Foreach(TreeVIEwItem item in this.treevIEw1.items)
{
item.IsExpand=true;
}
总结以上是内存溢出为你收集整理的几个小问题全部内容,希望文章能够帮你解决几个小问题所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)