我正在使用visual studio 2013将Silverlight项目转换为使用c#的WPF。对于某些代码,它在obj文件夹中创建一些c#源代码,当我构建项目时,更糟糕的是它们有错误,我无法访问它们进行调试。 错误阻止我成功编译。错误是:
Error 2 The type name 'IComponentConnector' could not be found in the namespace 'System.Windows.Markup'. This type has been forwarded to assembly 'System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' Consider adding a reference to that assembly.
它们是什么?它们来自哪里以及如何调试它们?