I have existing DLL with shared function everywhere. I want to convert this DLL into COM+ DLL. Do I need to remove all shared function from code? Can I use all function the same way only Inherits from ServicedComponent change will work?
Thanks
Mateus Padovani Velloso
9/27/2004 6:03:02 PM
When you say "shared function" do you mean "static function"? Are you using VB.Net or C#?
> I have existing DLL with shared function everywhere. I want to convert this > DLL into COM+ DLL. Do I need to remove all shared function from code? Can I > use all function the same way only Inherits from ServicedComponent change > will work? > > Thanks > >