How to access C# based COM component from Adobe plug-in
I want to access the C# base COM component (i.e., tlb file) from the Adobe Plugin Code.
Please suggest me how to use the broker process in order to achieve the accessibility of .net based COM component even when the Protected Mode is enabled.
I was able to create a Adobe Reader plug-in by modifying the “BasicPlugin” sample.
My plug-in contains few buttons. When the toolbar buttons are selected the application should display a form.
The form is written in C# and the plug-in in VC++.
I was using interop to access the C# code from plug-in code.
Unfortunately, it does not work when Reader Protected Mode is ON.
Thanks.
