I try to istanciate a Com dll(developped in VB6) from a ".Net Framework 3.5 Dll Library Project" and I get the following error:
Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 800aea5f.
On the same machine I try to istanciate the COM dll from a VBScript and it's work fine. In addition I tried to unregister and re-register the dll without good results.
Now from a windows applcation .net 3.5 I can istanciate the COM dll but it's impossible to do from a web application (also with and without impersonate configuration into web.config)
DCOM properties: General --> Authentication = Default Security --> All properties = Default Identity --> Identity = The launcher user
Any suggestions?