CoCreateInstance fails if Reader-X protected mode is enabled
-
Thursday, April 14, 2011 7:23 AM
Hi,
My application creates a plug-in for Adobe Reader X.
The application dlls are strong named.
The plug-in loads a COM object.
The plug-in works fine when protected mode is OFF.
When the Reader X Protected Mode is Enabled , the 'CoCreateInstance' fails with "Class not registered" error.
If i remove the Stong name for all the dlls i wont get the above error , the Class successfully registers.But i cant do the same for 3rd party dll and removing Strong name is not the good way for fixing this issue.
Please someone help me for fixing the above issue without removing the Strong Name for all the dlls.
Thanks in advance.
All Replies
-
Thursday, April 14, 2011 4:24 PMModerator
Hi Chetan Rajakumar,
This forum is for software developers who are using the Open Specifications documentation to assist them in developing systems, services, and applications that are interoperable with Windows.
The Open Specifications can be found at: http://msdn2.microsoft.com/en-us/library/cc203350.aspx.
Since your post does not appear to be related to the Open Specifications documentation set but rather to an implementation question, I suggest you post your question on the following forum:
CLR
http://social.msdn.microsoft.com/Forums/en-US/clr/threads
Bryan S. Burgin Senior Escalation Engineer Microsoft Protocol Open Specifications Team- Edited by Alex MorrillMicrosoft Employee, Owner Wednesday, May 25, 2011 11:47 PM fixing program name
- Marked As Answer by Alex MorrillMicrosoft Employee, Owner Wednesday, May 25, 2011 11:47 PM

