Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚将我的项目升级到扩展 WPF Toolkit™ 社区版的 3.0 版,现在我DataGrid在设计时显示一个错误:
DataGrid
指定的视图类型必须派生自 ViewBase。参数名称:TargetViewType
这是新版本中的新错误吗?
我必须添加 PresentationFramework.Luna (Microsoft DLL)。
我猜它可能在更新之前就在那里,但我不得不重新添加它。还必须将其设置为复制本地,这不是必需的,但现在我没有时间找到另一种方法来定位 dll。