c# - MVVM Light Solution cannot be found in VS 2013 -
My goal is to create an MVVM light project with Visual Studio 2013 in C #. I've downloaded the MVVM light (v. 5.0.2), i.e. MvvmLight.VS2013.vsix
.
After installation, I can select templates when creating a new project. However, after creating a new MvvmLight-project, I get an error saying that the project solution is not found and I should make sure that my solution directory is saved when I run the project, let me say this one The error is that "GalaSoft" type or namespace was not found.
I have already seen, which includes problems installing MVVM lights. However, this is a separate issue and solutions of this thread do not solve my problem. Did I do something wrong?
Update:
Exact error
Unable to detect solution directory Please ensure that the solution is saved is.
Then, when I run the project, I get the following error:
Type or name space name 'GalaSoft' can not be found ( Do you miss the use directory or assembly reference?)
An existing solution Adding an MVVM Light Project Works I'm completely new to WPF and MVVM, so I did not know that this is the way to go ...
Comments
Post a Comment