E
Erosha
I have .Net application code behind for my custom form. Initially I have
setup mu custom form in registry
(Hkey_current_user->Software->microsoft->outlook->11.0->customforms->compose
/ read) as an IPM.Appointment. (Also in Hkey_local_machine)
But now we need to remove setting up custom form as a default form in our
outlook setup project.(using MSI) . SO what I did is removed all these
registry keys where sets the custom form as a default IPM.Appointment form in
the set up project.
Then I removed existing set up and ran the new setup (without those registry
keys). Then I am trying to debug .NET application form but it doesnt go to
outlook.startup event or form open event like earlier. (When I put my
previous setup back I can debug my application as usual)
Could you please tell me why. Even I set the custom form as default form
manually too. Why doesnt it trigger even the outlook startup event in my .Net
application.
setup mu custom form in registry
(Hkey_current_user->Software->microsoft->outlook->11.0->customforms->compose
/ read) as an IPM.Appointment. (Also in Hkey_local_machine)
But now we need to remove setting up custom form as a default form in our
outlook setup project.(using MSI) . SO what I did is removed all these
registry keys where sets the custom form as a default IPM.Appointment form in
the set up project.
Then I removed existing set up and ran the new setup (without those registry
keys). Then I am trying to debug .NET application form but it doesnt go to
outlook.startup event or form open event like earlier. (When I put my
previous setup back I can debug my application as usual)
Could you please tell me why. Even I set the custom form as default form
manually too. Why doesnt it trigger even the outlook startup event in my .Net
application.