When developing a COM+ application, I have to uninstall and reinstall it each time I make changes to the code that I want to test.
It is becoming extremely tedious having to manually set the "Application Root Directory" in the Activation tab every time I install the COM+ app, and so I was wondering if there was a way to programmatically set this attribute?
You'll want RegistrationHelper.InstallAssemblyFromConfig().