regsvcs.exe is too slow to register COM+ component -
05-07-2007
, 11:54 PM
hello all,
If a class have thousands of methods, it will be very slow to register it to
component service, and if a class have ten thousands of methods, regsvcs just
failed. I know it may not be a good design to put all the method in one
class, but i was wandering if there is a fast way to register such class? |