Why would you need to run regasm and caspol on a .NET component more than once? I have a COM client that uses a .NET component residing on another machine.Consequently I need to run regasm and caspol
I am really confused by the multitude of misinformation about native / managed interop. I have a regular C++ exe which is NOT built using CLR stuff (it is neither Managed C++ nor C++/CLI and never wi
I am currently in the process of designing an interface for .NET software that would be consumed by COM objects - specific开发者_StackOverflowally, VB6.
We have C++ application which uses several COM object. COM object are .NET based (using COM Interop).
From Jon Skeet\'s blog: What does the following comment mean? // The line below only works when linked rather than
I am a new C# programmer and have created an application which uses a 3rd party COM object to track telephone call recordings from a call recording server. The creator of the COM software is also the
One customer wants to consume our .NET DLLs from VB6.They are designed to support reverse interop and all works fine... except: There are two separate VB6 programs in two different directories.It seem
I am getting error while using the Excel Interops set_Value on a range. Any help/suggestion will be valuable.
Specifically, I am using Wise Installation Studio to install several shared .NET 2.0 assemblies into the GAC.These are being used by some legacy COM application files as well as other application asse
Greetings all, I’m working on a C# program that requires being able to get the index of the hot item in Windows 7 Explorer’s new ItemsView control.Fortunately, Microsoft has provided a way to do th