We have a classic ASP application that connects to a COM component. The COM component reads a connection string from the registry and connects to a datasource. We exported the COM package out of a 200
We have a legacy VB6 application that updates itself on startup by pulling down the latest files and registering the COM components.This works for both local (regsvr32) ActiveX COM Components and remo
I have a webservices running on a server, which converts word document into pdf using word automation.
I\'m doing something stupid and trying to capture thumbnails, snapshots, images of a html webpages. I\'m doing something along the lines of:
We have an executable that hosts a COM server, say x.exe. The COM object is instantiated as follows on the calling site:
I need to deploy my COM dll as a COM+ application. I used to do that from Component Services manager (dcomcnfg.exe). But my requirement is to deploy it from command-line. Is there a command to do that
I would like to write a small utility/class library in C# that can enumerate the primary partitions on the disk associated with volume C on Windows 7. I would like to modify the active flag for any on
I have an old Win32 C++ DCOM Server that I am rewriting to use C# .NET 3.5. The client applications sit on remote Windows XP machines and are also written in C++. These clients must remain unchanged,
I have been trying really hard to activate and launch a COM object using an ASP.NET web application. The aspx website has a code-behind file that has a reference to this COM object (which is an actual
I would greatly appreciate some help on this one! It may be a tricky one. :) Problem I have an VB6 application which is set up as scheduled task. It starts every time, but when executing CreateObje