Hi!
The “COM+ Delete” action does not remove all components when you specify a DLL FileNames or DLL pathnames.
In my case “COM+ Register” installs 47 components and “COM+ Delete” removes 24 components.
If I run “COM+ Delete” again it removes 12 components then 6, 3, 1 and 1 again.
So after 6 runs all components are removed.
It looks as it is removing every other component in the dll.
Can anyone confirm this to be a bug or is it just me getting this behaviour?
regards
/Micke
Hi Micke,
Yep, this is a bug. The code was looping from 0 to installedComponents -1, instead of backwards (ie. from installedComponents -1 down to 0). Anway, fixed this and will be in the next test build.
cheers,
tate.
Hi again.
This was indeed fixed in version 4.1.0.228 but the same thing happens if you choose “Delete all components” instead of specifying a DLL.
regards
/Micke
Sorry about that. How embarassing.
Has been fixed for the next test build. .