问题描述
我尝试编译 http://msdn.microsoft.com/en-us/gg266450
但它说找不到 System.ServiceModel.Syndication
But it says It cannot find System.ServiceModel.Syndication
我安装了 2、3.5、4 .NET 框架.
I have 2, 3.5, 4 .NET framework installed.
在添加引用中,我可以看到 System.ServiceModel 和 System.ServiceModel.Web 版本 2 不像 3 或 4,所以我想知道如何添加这里提到的命名空间http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed(v=vs.95).aspx
In add reference I can see System.ServiceModel and System.ServiceModel.Web version 2 not anything like 3 or 4 so I wonder how I could add that namespace as mentioned herehttp://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed(v=vs.95).aspx
令人难以置信的是,MS 弄乱了命名空间并创建了甚至无法工作的示例.其他人确实有同样的问题 http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed(v=vs.95).aspx
This is rather incredible that MS has messed with namespaces and create examples that cannot even work. Other people did have same problem http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed(v=vs.95).aspx
我确认 MS 已将联合从 .net 框架转移到 Silverlight sdk 中!
I confirm that MS has messed up by moving syndication from .net framework to silverlight sdk !
推荐答案
论坛中所说的没有解决问题,但最终我找到了另一篇确实解决了问题的帖子:Syndication 现在在 Silverlight SDK 中!
What was said in forum that doesn't fix the problem but finally I found another post that did fix the problem : Syndication is now in Silverlight SDK!
这篇关于Windows Phone 官方示例甚至无法编译:Syndication Missing的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!