Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Visual Studio 2010 Professional SP1

I had previously installed MVVM Light using the v4.0.0.19 MSI installer and really like it. With the release of v4.1.21 I decided to switch to NuGet, so I uninstalled the old version and installed the newer (full) version using NuGet. I no longer have MVVM Light templates or snippets.

Any help getting the templates and snippets would be appreciated.

share|improve this question
Did you get an answer? I've run into this issue today. – dverespey Feb 27 at 22:59

1 Answer

up vote 1 down vote accepted

Nuget will only add the references to MVVMLight in your project; it won't make any changes to your Visual Studio installation.

share|improve this answer
1  
Thanks, rod, I wasn't aware of that. So now my question becomes "How do I get the snippets and templates without an MSI?" – Jim Hansen May 12 '12 at 14:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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