im using Interop.Microsoft.Office.Core.dll this assembly for some pupose, its working fine in development machine but after publsihed on server it is not working and raising this error
retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
my server is Windows 2008 and both place i insalled Ms-office 2007, any body know how to resolve this issue?
winseealn@ho...
Participant
840 Points
1042 Posts
Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)
Jan 13, 2012 02:09 PM|LINK
hi all,
im using Interop.Microsoft.Office.Core.dll this assembly for some pupose, its working fine in development machine but after publsihed on server it is not working and raising this error
retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
my server is Windows 2008 and both place i insalled Ms-office 2007, any body know how to resolve this issue?
winseealn@ho...
Participant
840 Points
1042 Posts
Re: Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)
Jan 16, 2012 05:44 AM|LINK
any solution is there?
DnshPly9
Member
278 Points
84 Posts
Re: Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)
Jan 16, 2012 06:00 AM|LINK
Hii,
Generally this error comes when you do not have sufficient right.
Try running your app as admin, and see if it still persists.
DnshPly9
India Habitat Center, New Delhi
dinesh2424@gmail.com
Please Mark as Answer to the Post that Guides You to Answer. It will help others easily get Answer.