Distributing app with SFx 2.1 support for both 32bit and 64bit
-
2012. március 13. 21:19
How can I configure my application to use the dlls appropriate to the OS bits (64/32) ... where both sets of dlls are available on any machine bits type?
(Note: Similar to distributing SqlCe 32 &64 bit dlls)
Az összes válasz
-
2012. április 23. 21:07
Hi, sorry to trouble you. Did you ever find a solution to this?
Thanks Scott
-
2012. április 23. 21:37
see here: http://msdn.microsoft.com/en-us/library/dd937085.aspx
"Redistributing Sync Framework ... by installing individual DLLs is not supported."
I presume one would need to bootstrap both 32 and 64 bit versions of 3.1 distributables to the installer and inspect the client to determine which bootstrap to use.
-
2012. április 24. 18:13many thanks for getting back to me, appreciate it. Scott