We have some COM+ code written in everybody\'s favourite language(?) -- VB6. This COM+ component calls into a standard COM component written by a 3rd party which performs calls into a SQL Server datab
I am writing code to perform the following steps; Register a .net .dll and generate a .tlb using regasm.exe
I\'m trying to do this in my C++ program and I\'m using COM Interop. The XML I\'m trying to parse looks like this --
I am running 32 bit Windows 7 Operation System which has IIS 7.5 installed. In Visual Studio 2010, I open my solution having the web site project hosting WCF service. I have created an application in
I think I\'ll soon will regret the day I chose to use InstallShield and not WiX. I had a bit of experience with WiX, and it seemed a bit complicated to use, so when the time came for a real project,
I am using Activation Context API in a .开发者_StackOverflow中文版Net client running in a location A to load a COM component reg-free in location B (which is completely different location to A, not a
Let\'s say you have two products A and B which are both developed, tested and released at the same time by 开发者_C百科the same company. In the interests of code reuse and not doing the work twice, a
I have a Registration-Free COM component I developed that is working fine on target machines without needing to register the component.It is in a dll that has tlb embedded, and an RT_MANIFEST resource
I want to pass a list of alarm names from COM to VBScript used in ASP pages.If the method name is GetAlarms, What would be the signature of the method?. The number of alarms returned by Ge开发者_运维技
I have a C# class library which calls a native code DLL. I am trying to call this code from VBA. I configured MSVC to register the generated DL and it works fine. I can access objects in DLL and work