c# 4.0 - Outlook 2013 detected a slow addin -


I have developed an addin that includes login and data entry and recovery functionality, data entry and recovery via REST URL Is accessed. Outlook startup does not have any code, except that it checks out the Outlook version. I apply a simple look that shows the "loading message" to the user initially and the rest of the logic will be controlled by a thread. So I hope everything is followed in accordance with the performance, but still I have an additional I'm getting the error because "Outlook detected an ADIN problem" add-in started slowly due to the start of the process. I am able to overcome this problem and at most I am able to get time figures for incidents of starting or closing the application. Enter image details here Anyone help me, how do I resolve it?

Are you trying to add your AddIn to debug mode or through an installer?

First of all, make sure it has been disabled because it is slow and not because there are errors in it.

If there are errors in it, then this Outlook will also work slowly or in the accident.

If it is working slowly, then you can try to optimize your add-in, go through your code again to see if you have a low performance consumer mode What can you do again

One thing you can do is, when you create a setup project to run an installer (instead of debug) for your add-in, you can use your load behavior in the registry Can be set to 16.

This will give the first time the ADIN to load on Outlook startup and second time to load the demand after installation. (Load on demand means when the user clicks on the AddIn icon).

In this way, leaving your AddIn first time, Outlook will not slow down

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -