我正在尝试使用 Windows 窗体设计器打开 ActiveReport 文件,但出现此错误:
Could not load file or assembly 'Microsoft.Practices.Unity, Version=2.0.414.0, ... ' or one of its dependencies. The specified file could not be found.
我检查了调用堆栈并转到导致异常的文件。Microsoft.Practices.Unity
并且Microsoft.Practices.Unity.InterceptionExtension
都包括在内,参考路径很好,dll在文件夹中......
为什么设计器会抛出此异常而编译器不会?
谢谢 !