刚升级到VS 2013。
我有一个SilverLight ScrollableDataGrid,在调试中有一个LoadingRow事件。 在发布中,控件没有事件。在Debug中构建得很好。
我正在查看对象浏览器中的事件。
有什么想法吗?
答案 0 :(得分:0)
结束更改* .csproj文件中的参考版本。
OLD:
<Reference Include="System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
NEW:
<Reference Include="System.Windows.Controls.Data, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />