Can't instantiate a COM object written in C# from VBA (VB6 ok)

后端 未结 5 2006
小鲜肉
小鲜肉 2020-12-08 23:41

Using VS 2008, here is my COM object

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Wi         


        
5条回答
  •  不思量自难忘°
    2020-12-09 00:15

    installing the follow fix will resolve this issue http://www.microsoft.com/downloads/details.aspx?FamilyID=1b0bfb35-c252-43cc-8a2a-6a64d6ac4670&displaylang=en

提交回复
热议问题