lundi 18 janvier 2010

Problème iMesh sur Mac OS X

Le problème est un nom de fichier mal rendu sur un système case sensitif.

La solution vue sur: http://social.microsoft.com/Forums/en-US/LiveMesh/thread/43d7b1f3-1f7d-4c8f-954d-f8b0a7c9e0ee

The offending file access call is to:

/Applications/Live Mesh.app/Contents/Resources/MOE.bundle/Contents/Resources/GAC/System.Xml.dll

Although there is no such file, at least not in that case:

nachmore@eilat:/Applications/Live Mesh.app/Contents/Resources/MOE.bundle/Contents/Resources/GAC$ ls -l | grep -i xml
-rwxr-xr-x 2 nachmore admin 320512 16 Jan 11:10 System.XML.dll
-rwxr-xr-x 1 nachmore admin 324640 16 Jan 11:10 System.Xml.Serialization.dll

a quick:
nachmore@eilat:/Applications/Live Mesh.app/Contents/Resources/MOE.bundle/Contents/Resources/GAC$ ln System.XML.dll System.Xml.dll

And Live Mesh loads!

Marc Augier