Outlook addin delay during load using add-in express -
Outlook addin delay during load using add-in express -
i have created outlook addin using add-in express. com addin. there time delay of 35 seconds while custom addin loads outlook's memory, thought might due code inside, when commented code in addinmodule() i.e. constructor, still takes 35 seconds. while tried analyze farther in log file, see, there no log duration, log details below " 00:18:46 3880 4572 'shadow copy' enabled. 00:18:46 3880 4572 creating new application domain. 00:18:46 3880 4572 success. 00:19:21 3880 4572 unwrapping managed class. 00:19:21 3880 4572 success. " help appreciated.
the solution seems upgrading .net version.
i updated framework 4.5. suggested add-in express. there improvement of around 25 seconds, huge difference.
meanwhile on code side, got few lines of code changed ensure loads asynchronously.
outlook delay add-in outlook-addin
Comments
Post a Comment