我正在使用msbuild编译VB.Net 2.0应用程序(在VS2008中创建),现在我添加了一个泛型返回类型,它给了我以下内容: Warning: Type library exporter encountered a generic type instance in a signature. Generic code ma
Warning: Type library exporter
encountered a generic type instance in
a signature. Generic code may not be
exported to COM.
刚刚花了很长时间删除所有以前的警告,我真的不想添加一个新警告.知道怎么摆脱它(除了不使用泛型)?
我不知道我在属性中添加了哪些细节,或者在项目级忽略列表中放入了什么数字.
你必须将该库暴露给COM吗? 如果没有,请指定ComVisible(false)