Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I try solve my problem with using COM object in .NET application.
I have a main application. This application can use plugins. The one of plugins use COM object (C++) for some calculations. I need use this plugin without registration of COM object in OS.

Structure is like this

App.exe -> Plugin.dll -> Interop.COM.dll -> COM.dll

I tryed create manifest for this COM object and it works fine when I created App.exe.manifest and
COM.dll.manifest<br />

The main problem is that I can't modify Application manifest.
I want to create either Plugin.dll.manifest or Intero.COM.dll.Manifest for SxS.
But none of this above requirements works.

Know anybody any solution to solve this problem?

Thanks for help
Martin
Posted
Updated 25-Nov-10 23:07pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900