I have an existing solution that contains a COM+ DLL in c++ (unmanaged), CCW in C#, Custom Installer DLL (c#) and a setup project. Currently, after I run the installation of these components, I go into Component Services and create the package manually and insert the COM DLL
I was wondering is anyone could shed some light into the current problems we are seeing on one of our server boxes at our clients site. We are seeing random errors as follows: Event Type: Error
We have a solution that was built using .net 1.1 and Visual Studio 2003. I am trying to upgrade it to .net 2.0 and am also using Visual Studio 2005. Under .net 1.1, the components successfully installed into Enterprise Services using a ‘Lazy Install’ – when the components are run ...