Outlook addin delay during load using add-in express -
I have created an Outlook Adine using Add-in Express. This is a COM Addin. There is a time delay of about 35 seconds, while Custom Edin loads into Outlook's memory, initially thought it might be inside the code, but when I comment on the code in EdinMDUD () Constructor, it still takes 35 seconds. Although I tried to do more analysis in the log file, I could see, there is no log for this period, log details below "00:18:46 3880 4572 'shadow copy' is enabled. 3880 4572 Creating a new application domain 00:18:46 3880 4572 Success 00:19:21 3880 4572 Opening a managed class 00:19:21 3880 4572 success. "Any help is appreciated.
solution. Upgrading to NET version.
I updated my profile in 4.5. This is suggested by the add-in express that around 25 seconds has improved, which is a big difference.
Meanwhile on the code side, I changed some links code to ensure that everything loads asynchronously .
Comments
Post a Comment