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.
现在和那时,各组成部分的接口(可比性)被打破,我们有。 净代码再行。 该构成部分加上一个专门的GUID,即GUID是再登记的。
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.