I\'m trying to open a PDF document开发者_如何学JAVA inside a C# application using Acrobat Inter Application Communication (IAC) in a Visual C# 2008 Express Edition project.
I am using COM Object in my C# .NET 1.1 application. When the COM object is not registered on client machine, I get the exception:
I\'m facing a the following situation: I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated).