class not registered in service app

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Mike (powellmw_at_comcast.net)
Date: 04/23/04


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



Relevant Pages

  • Re: Better perl docs?
    ... I am writing a script which needs date/time ... > functionality. ... > doesn't necessarily need the wrapper class, ...
    (perl.beginners)
  • Re: Better perl docs?
    ... I am writing a script which needs date/time ... > functionality. ... > doesn't necessarily need the wrapper class, ...
    (comp.lang.perl)
  • Re: sub-array references?
    ... The wrapper class would contain a reference to the array, ... Any functionality that the wrapper ... Just an idea, but couldn't you make an explicit or implicit conversion from this wrapper class to an int[] or whatever, and make a new intwhen the conversion is needed? ...
    (microsoft.public.dotnet.languages.csharp)