interopservices
COMException (0x80040154): Class not registered when using AxAcroPDFLib
I am getting following error when using AxAcroPDF System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))[详细]
2023-01-22 13:51 分类:问答What is IExpando and where is it used?
I was browsing the types in mscorlib using reflector (like you do...) and came across the IExpando interface, in the System.Runtime.InteropServices.Expando开发者_开发技巧 namespace.[详细]
2023-01-10 03:26 分类:问答What does #if !USING_NET11 using System.Runtime.InteropServices.ComTypes; #endif mean?
What does the following code mean and what does it do? Is it really required? #if !USING_NET11 using System.Runtime.InteropServices.ComTypes;[详细]
2023-01-05 07:35 分类:问答How do I use an unregistered dll from c#?
I have a c开发者_开发知识库ustom dll (not registered) that I need to access via c#.How do I do this without registering the DLL?[详细]
2022-12-31 21:22 分类:问答Problem assigninging values to a struct in C++ to a structure passed from C#
I have a function in C# that is passing an array of structures into a DLL written in C++. The struct is a group of ints and when I read out the data in the DLL all the values come out fine. However if[详细]
2022-12-14 12:29 分类:问答