Chris Koenig has a great post on how to get Live Mesh working on Windows 7. To get Live Mesh working, create a REG file with the following information in it, and run it on your Windows 7 machine.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Moe.MoeHost]
@="MoeHost Class"
[HKEY_CURRENT_USER\Software\Classes\Moe.MoeHost\CurVer]
@="Moe.MoeHost.1"
[HKEY_CURRENT_USER\Software\Classes\Moe.MoeHost.1]
@="MoeHost Class"
[HKEY_CURRENT_USER\Software\Classes\Moe.MoeHost.1\CLSID]
@="{27FFBBFB-4F8B-4a0a-ABBD-9DAE4CDB7F13}"
Of course, this comes without any warranty, express or implied, so use at your own risk. This worked on my machine, but your mileage may vary.


You must log in to post a comment.