/safemode 安全模式启动的 vs2010
新建project Wpf app
RssDemo.MainWindow
===========================
<Window x:Class="RssDemo.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="RSS Demo" Height="350" Width="525">
<Window.Resources>
<XmlDataProvider x:Key="rssData" XPath="//item" Source="" />
</Window.Resources>
<Grid></Grid>
</Window>
===========================
当我为 XmlDataProvider 指定 Source 为 http://bt.ktxp.com/rss-team-1.xml 的时候 VS2010 卡住了!
试过很多次,都这样子。 怎么办?
基于 .net 4 Client Profile