Hi,
We have a project that references COM+ components (written in VB6). The components are added to our .Net solution by 'Add reference'. This works well and even intellisense works.
Now and then the interfaces (compatability) of the components are broken and our .Net code doesn't work anymore. The component was added with a specific GUID, that GUID isn't registered anymore.
The question: Is it possible to call the COM+ components in the same way as we are used to (no reflection allowed), without having to update the references in our .Net solution. For instance by creating a wrapper for the COM+ component on basis of filename?
Regards, M.