blah blah blah is here! blah blah » Close

up0down
link

i have library that i need to use in order to access informations.

the library is Interop.DOCQMANCONTROLLAYERLib
in editor it doesnt show any problem with code
DOCQMANCONTROLLAYERLib.DQMEMFJobClass dc = new DOCQMANCONTROLLAYERLib.DQMEMFJobClass();


but when i run the code it throws exception

Retrieving the COM class factory for component with CLSID {1F6A5234-98A8-444E-B3AA-7A99A5947911} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

how can i fix it?

last answered one year ago

1 answers

link

found my way about this.. no access rights but working now

Feedback