tags:

views:

453

answers:

3

Does Microsoft.Sharepoint.dll come in both 32bit and 64bit flavors?

So if I develop on a 64bit machine. Do you think if I install MOSS 32bit, I will be able to deploy successfully to a 32bit server. Or can I just copy the 32bit DLL's inplace of my 64bit DLLs?

+3  A: 

Looks like it: http://support.microsoft.com/kb/970359

lod3n
A: 

Yes but be careful when writing code and referencing the dll from two different machines. You may be dealing with version differences for instance writing code against MOSS 2007 and using that dll will not work when porting that over to MOSS 2003.

JonH
Do you really mean MOSS 2003 here?
Alex Angas
sharepoint 2003
JonH
A: 

Yes, there is a 64 bit version of that dll to build against - you can download from here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=0A50DA0F-7C94-4814-BBFE-2B66FE4A9087&displaylang=en

Gurdas Nijor