I've been search on this question for hours and I've come up against a brick wall ...
I have an application up and running on my localhost on a VM and actually, it's working but when I try and log in to the application I get the following server error message
Retrieving the COM class factory for component with CLSID {9A4246A3-5CF7-4CD5-A3FE-D19B69BA1C26} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
There's LOADS of similar questions like this on Stackoverflow but I can't find one similar to my problem.
The issue seems to be with permissions in IIS - as far as I can tell my user has full permissions but as the other question above explained
- From the Start menu, click Run and type Dcomcnfg.exe.
- In Component Services, click Console root, expand Component Services, expand Computers, expand My computer,expand DCOMConfig.
- Search for your object. Click on it. ... steps continue (see other question) but this is where things differ for me ...
So I'm search for a file here named 9A4246A3-5CF7-4CD5-A3FE-D19B69BA1C26 from my error message - the only problem is that it doesn't seem to exist ... ?
So have I miss understood these answers or is there something strange going on here?
Any advice to push me in a new direction to get this issue resolved would be very much welcome!
N