class not registered in service app
From: Mike (powellmw_at_comcast.net)
Date: 04/23/04
- Next message: Nigel: "RE: No Such interface supported (COM+ msmq)"
- Previous message: Philipp Jacobi: "Socket::Receive() does not receive"
- Messages sorted by: [ date ] [ thread ]
Date: 23 Apr 2004 09:33:41 -0700
Hi,
I have developed a managed C++ class to perform a set of services (not
.NET services, yet!). I have a wrapper class that encapsulates this
functionality that has been tested in a console application.
Now I want to transplant that code (instance) into a service
application (now, .NET service). I have the framework developed for
the service. I have verified that I can install and uninstall it in
the usual manner. I have also verified that, by itself, it starts,
stops, etc.
When I instantiate the instance of my wrapper class, I get a JIT
"Class not registered" exception.
Is there something I must do, some attribute I must set, or some
interface that I must implement in order for the wrapper class to be
detected for integration within the service app?
Best regards,
Michael Powell
- Next message: Nigel: "RE: No Such interface supported (COM+ msmq)"
- Previous message: Philipp Jacobi: "Socket::Receive() does not receive"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|