I have a legacy windows client application that uses a several .Net assemblies (I created), one with a COM wrapper. The client application resides in a root drive subfolder (c:\\somefolder...). Recent
I have an old开发者_如何学JAVA .net 2005 web site that has some asp pages and having object reference problem accessing .net dll.The maintenance task was handed down to me and the original developer i
If you create a COMClass, I\'ve noticed that the values in the XML Summary tag do not show in the object browser of VB6/VBA when you reference the resulting tlb file. Is there a way to have these valu
I am trying to register a .Net 4.0 compiled binary using regasm utillity. This ComInterOp assemply has to be deployed on a network share, and t开发者_开发百科rying to register from the share fails wit
I have .NET assembly with one public class and several private classes. I am trying to register it for COM interop so that I can call it from VBA, using the following command:
I\'ve created a .NET assembly for COM interop and it is working well on my development machine.I\'m cu开发者_JAVA百科rrently trying to figure out how to deploy the DLL to a target machine using Visual
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
To be short and to the point, I\'ve built a C# class library that is both COM-Visible and Registered for COM Interop.I\'ve compiled the library, which resulted in the generation of .dll and .tlb files
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
Lets say we have this scenario a setup that deploys a .net com dll and runs regasm on it, this setup has no uninstall so unregister Will never be called.. And you can run the setup over and over again