Reghem Nicolas
Posts: 3
Joined: 2005-09-28
|
Hi,
I'm nivoce windows developper and I want to deploy an application which use SecurityManager.
My development is running on my local computer, but when I tried to deploy it on a server I got the following message :
Outlook Security Manager is not found
I included the security manager DLL in my Setup project.
Please could help me. I think it s just a novice problem.
Thanks |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi, Reghem.
Did you include the secman.dll to your setup project? You need to include this dll to the setup and then register it as a COM object on the target PC. See our "Developer's Guide" on page 13, charter "Deployment".
|
|
Guest
Guest
|
Hi,
Effectively I restart the installation from scratch and it works finally.
Thanks a lot
However I have another problems which has already been post in the forum.
My application is a console which receive XML request to get data (items) from Outlook and convert them as RTF files.
It works normally 2 or 3 times and after this I got the following message
"Unspecified error" when I call the property "SM.DisableOOMWarning = true".
The error appears until I restart my console application
Any idea about this ? |
|
Reghem Nicolas
Posts: 3
Joined: 2005-09-28
|
Hi,
Effectively I restart the installation from scratch and it works finally.
Thanks a lot
However I have another problems which has already been post in the forum.
My application is a console which receive XML request to get data (items) from Outlook and convert them as RTF files.
It works normally 2 or 3 times and after this I got the following message
"Unspecified error" when I call the property "SM.DisableOOMWarning = true".
The error appears until I restart my console application
Any idea about this ?
[POST EDITED]
I use your own SendMail test application. I review the code to send 50 mails (just a loop : for (int i=0;i<50;i++) ) and I got the same error
Unspecified Error
Please help... |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Reghem, I have just answered you by email. Please check your inbox. |
|