今天碰到个WPF的一个问题,错误内容如下:

-------------------------------------------

错误 3 未知的生成错误“Cannot resolve dependency to assembly 'xxxxxxxxxxxxxxxxxxxx, Version=4.3.0.9338, Culture=neutral, PublicKeyToken=null' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. 行 369 位置 29.” C:\Users\weivy_000\SkyDrive\Code\MainWindowEditer.xaml 369 29

--------------------------------------------

造成这种类型的错误 一般是由于绑定时未能正确获取数据时报的错误

特此记录一下

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-04-06
  • 2021-11-02
  • 2022-12-23
  • 2021-05-28
猜你喜欢
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-11-07
  • 2021-09-11
相关资源
相似解决方案