I have a problem with a VB2010 (ASP.NET 4) project in Visual Studio 2010. I'm using Windows Server 2008 R2 SP1 and Access 2010 (32bit).
The error message I'm getting is:
System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9} failed due to the following error: 80070005 (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
I've read bellow answer, and I tried to set "Control Panel - Administrative Tools - Component Services - Computers - My Computer - DCOM Config". But, I could not find "Microsoft Access Application." System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005
I uninstalled Access and reinstalled it. But I could not find "Microsoft Access Application." Is there any conditions to register "Microsoft Access Application" to DCOM Config?
If anyone can help me I would rely appreciate it.