Outlook startup delay

Add-in Express™ Support Service
That's what is more important than anything else

Outlook startup delay
 
tomer st


Guest


Hi,

My project add outlook's command bar.

After the project installation, outlook opened with delay.
I made project uninstall, then outlook opened with no delay.

Delay is between 5 to 15 secongs.

Here is my project
http://www.itctech.co.il/tmp/100507/1.rar

Tomer
Posted 10 May, 2007 05:24:56 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Tomer.

It is normal for .NET based add-ins.


P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 10 May, 2007 08:23:47 Top
tomer st


Guest


what do you mean?

Posted 10 May, 2007 08:50:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
As you know any .NET assembly has some dependecies which should be loaded first. So the host application starts a bit slower loading a managed add-in. As a rule unmanaged add-ins work faster in this case.
Posted 10 May, 2007 09:53:20 Top
tomer st


Guest


So, what do you advise me to do with my project that is
it start faster?
Posted 21 May, 2007 02:49:24 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Tomer.

How much RAM did you install on your PC?
Posted 21 May, 2007 06:22:01 Top
tomer st


Guest


Hi Sergey,

I checked it on several computers, for example:

Forst computer is Windows 2003, 2GB ram, delay of at least 1 sec.
Other computer is Windows 2000, 620MB ram, delay of at least 5 sec.
etc...
Posted 21 May, 2007 06:57:51 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Definitely .NET Framework requires more RAM than Win32 applications.
I would suggest 1Gb and more for PC with .NET Framework installed.
Posted 21 May, 2007 07:17:18 Top
tomer st


Guest


As you can see, I use 2GB.
Posted 27 May, 2007 08:51:42 Top