Error:Retrieving the COM class factory for component with CLSID {} failed due to the following e
Hi,
I get the above COM exception on 2003 server. I do not get this error on my development workstation which is WinXP professional. I have created a COM+ server type package application and installed the dll's needed.
I am thinking this is something to do with security. Any tips please
Earlier J.C. had answered to similar question
<<The only way I was able to make this work was via COM+. I created a new COM+ server type packaged, dropped my DLL, and then exported the COM+ application via the snap-in which created an MSI. I then was able to use to install in any other server that needed my DLL. I neded to set the account under which this COM+ runs, under an account with enough privilages. This tells me in ASP.Net 2.0 the security of the worker proc that executes the pages is not privileged enough to create a new object of my DLL. Looking into machine config to resolve that... will post if I find another work around >>

