Hi all, We have a set of VC6 ATL COM+ objects. We want to expose these natively as .NET objects. Can we simply convert the VC6 projects to VC7, change the build to support managed extensions and add a C++ CLR managed class that passes on method calls to our ATL COM+ object?
Note, this is all in the same DLL. I have tried this, but now the normal C++ clients to our ATL COM+ dll are failing to find the object. Is it possible to have both COM+ objects and CLR objects in the same DLL and allow clients to call either object? If not, what are our options? Should we create a new CLR managed C++ DLL instead of putting everything into the same DLL? Thanks for the help, Charles. =================================== This list is hosted by DevelopMentorŪ http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com