I'm tired of zipping up my ASP.net MVC project all the time, so I tried to connect the entire project folder to Live Mesh, so I could work on it both at home and at the office. It seemed to work, but it turns out all the views are excluded and replaced with .wlx counterparts.

Is this a known limitation of Mesh? Does anyone know of a workaround?

link|improve this question
I really wouldn't use LiveMesh to move projects between computers - it's difficult to guarantee that you're working on the right version, and conflicts are annoying to resolve. You're really best off using some kind of source control. For personal projects, you can almost certainly get hosted SVN for nothing. stackoverflow.com/questions/69384/… – Iain Galloway Feb 15 '10 at 12:53
feedback

2 Answers

up vote 1 down vote accepted

.wlx is a temporary extension that indicates that a file is a placeholder for a file that hasn't been transferred yet.

link|improve this answer
Thanks, that's what I thought. I tried to give it enough time to upload, but maybe I wasn't patient enough. Download has been given plenty of time, though. – Peder Skou Dec 7 '09 at 20:04
Its kind of hard to see what its doing - I've seen it sync instantly and I've had cases where it seems, erm, "reluctant" and works itself out when you're not looking. – Murph Dec 7 '09 at 20:43
You were right. It just needed more time. Thanks again! – Peder Skou Dec 8 '09 at 17:09
feedback

I agree live mesh appears to still be very much in beta. Some of my files are still .wlx 10 hours later and nothing appears to be syncing. However, it is a great program and I look forwward to the next update. It makes my life much easier since I run Windows inside VMWare.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.