system is 64 bit and office is 2010 32 bit

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

system is 64 bit and office is 2010 32 bit
 
Christoph M?ller




Posts: 26
Joined: 2010-07-07
my customer system is 64 bit and he is having office 2010 32 bit
so which dll i have to include for this machine is it secman.dll or secman64.ll
and what about platform target

Thanks
Posted 14 Jul, 2010 05:23:39 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Christoph,

You choose a correct secman DLL version according to the bitness of Outlook, not the bitness of Windows.

As to platform target, see the table ".NET edition deployment" at http://www.add-in-express.com/creating-addins-blog/2010/05/05/outlook2010-security-manager-deployment/. Also, if your software is a standalone application (not an Outlook add-in), you can use AnyCPU as described in http://www.add-in-express.com/creating-addins-blog/2010/05/10/deployment-standalone-applications/.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Jul, 2010 05:47:22 Top
Christoph M?ller




Posts: 26
Joined: 2010-07-07
Hi
I am not able to find "osmax.ocx" and i am follwoing part 3 to register the secmanx.dll but when i am installing in 32 bit it is giving error that secman64.dll not found i have set the properties of all .dll and custom actions are as it is but y this error is coming

please help me
Posted 14 Jul, 2010 06:08:35 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Christoph,

I'm sorry what Security Manager edition are you using: the ActiveX or the .NET one?


Andrei Smolin
Add-in Express Team Leader
Posted 14 Jul, 2010 06:17:23 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
BTW, do you develop an add-in or a standalone application?


Andrei Smolin
Add-in Express Team Leader
Posted 14 Jul, 2010 06:19:00 Top
Christoph M?ller




Posts: 26
Joined: 2010-07-07
I am extrimly sorry

i am using .net

but i am giving folder property of secman.dll is "application folder" not this
?Â?Ð?ì[Common Files Folder]\Outlook Security Manager?Â?Ð?í

is this the reason to not registering properly..

except this folder property i am giving as it is

Thanks
Posted 14 Jul, 2010 06:21:15 Top
Christoph M?ller




Posts: 26
Joined: 2010-07-07
I am developing stadalone application from that i am creating outlook appointments.. that time i am getting securirty alerts..

to disabling those alerts i am using this

Thanks
Posted 14 Jul, 2010 06:25:55 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Christoph M?ller wrote:
when i am installing in 32 bit it is giving error that secman64.dll not found


When installing a standlone application on Windows 64 bit with Office 32-bit, this occurs because you compile the project with AnyCPU. You have two ways: either compile for x86 or follow instructions in http://www.add-in-express.com/creating-addins-blog/2010/05/10/deployment-standalone-applications/.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Jul, 2010 06:34:37 Top
Christoph M?ller




Posts: 26
Joined: 2010-07-07
Quote
green

that error is coming in windows 32 bit and office 32 bit , my client is having both 32 bit and office 2007 32 bit and windows 64 bit and office 2010 32 bit
Posted 14 Jul, 2010 06:44:07 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Christoph,

Can you pplease us your project (or any other project demonstrating the same behavior) for testing to the support e-mail address (see {Add-in Express}\readme.txt)? Please make sure your e-mail contains a link to this topic.


Andrei Smolin
Add-in Express Team Leader
Posted 14 Jul, 2010 06:48:52 Top