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.
When I declare an instance of "ClassA" in a thrid project I get all of the
public methods/properties ...
more >>
Hi,
when i communicate com+ clinet with com+ server , i am getting error
"This remoting proxy has no channel sink which means either the server has
no registered server channels are listening, or the application has no
suitable client channel to talk to the server"
I am using serviced ...
more >>
Hi,
I hope I'm in the right group of
microsoft.public.dotnet.framework.component_services.
Is it possible for me to have a .NET class being exposed as a COM+ or
whatever in a server computer, and allows a VB6 program (or excel VBA
etc) in another machine to instantiate this .NET class?
A...
more >>
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:
I currently have an application that is developed using MS VB6 and VB.NET
200...
more >>