python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is It Possible To Use Reflection To Pass A COM Object From C# to C++?
I have a C# assembly that does some work and sends the results of the work back to a C++ core. I am trying to use Reflection to pass it back since the C# assembly runs on a different thread than the o...
Bill
Votes: 0
Answers: 1
Does Graph SDK work along side VSTO, COM Add-Ins or MS Office COM Interop?
We have two projects; one's a VSTO Add-in and the other is a TypeLibrary which exposes Outlook COM Interop calls by registering the assembly as a set of COM interfaces.
This setup has allowed us to co...
ezG
Votes: 0
Answers: 0
How does one register Microsoft.Graph.Core for COM Interop
Using Visual Studio 2019 16.11.11
Project: .NET Framework 4.8
Message when I build my project:
The assembly 'Microsoft.Graph.Core, Version=2.0.8.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx' is...
ezG
Votes: 0
Answers: 0
How do I instantiate the COM interop Interface from a .NET Framework COM server DLL?
We have two versions of a client-server software application product. One version is what is now considered "legacy", as it is implemented in WinForms .NET Framework, while the other is now ...
Jeff H
Votes: 0
Answers: 0