我有一个很难诊断的奇怪问题。将包含命名空间的程序集引用添加Matrix.System
到 Windows 服务项目后,我现在在编译服务时收到此错误:
命名空间“Matrix.System”中不存在类型或命名空间名称“ComponentModel” 命名空间“Matrix.System”中不存在类型或命名空间名称“ServiceProcess”
错误是在服务中生成的:
private System.ComponentModel.IContainer components = null;
private System.ServiceProcess.ServiceInstaller serviceInstaller1;
在服务设置项目中,我得到了这个:
找不到程序集“Apache.NMS.ActiveMQ.dll”的依赖项“IONIC.ZLIB”(签名=“EDBE51AD942A3F5C”版本=“1.9.1.5”)
Matrix.System
NMS 程序集已经在安装项目中,并且在我添加程序集之前一切正常