Link to home
Start Free TrialLog in
Avatar of alesch
alesch

asked on

Replaceable Class-Library for an Application

Dear Experts

There is a c# Project (class library) which has a bug. This ClassLib is referenced by an windows service. The service runs well since the bug is not really bad.

Well after I resolved the bug I have to recompile the class llibrary. Of course, I can recompile the Service and it's Setup and deinstall/reinstall the service. But it would be cool, if it is possible just to stop the service, replace the old ClassLib with the debugged one and start the Service again....ins't it?

Well i tried that and got the following message in the EventLog:
"Com object with CLSID XXXXXXXXXXXXXXXXXX is either not valid or not registered"

Is there an option in C# like in earlier times in VB the option "binary compatible"?

Many thanks for your answers
Alesch
ASKER CERTIFIED SOLUTION
Avatar of Nebulus_
Nebulus_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of alesch
alesch

ASKER

Nebulus, your comment helped me.

Many Thanks