What is happening is that I have a class (ClassA) that inherits a class (ClassB) which inherits System.Net.Mail.MailMessage Project 1 references Project 2, Project 2 references Project 3.
Coming up with a scenario here. For example there is the standard .NET MailMessage class. I am creating a project (let's call it CommonBase) that has the following 2 classes
Question: I would like to know if its possible to put a .NET wrapper around my VB6 COM+ components in order to take advantage of free threading available in .NET and get around the STA limitations of VB6. Detail: