c# - NuGet package files missing -
i making program in c# wpf mvvm-light nuget package. worked time errors on initializecomponent()
of mainwwindow. when try debug, deeper , deeper in program until says:
"viewmodelbase.cs not found"
viewmodelbase.cs file in nugetpackage of mvvm-ligth library.
does know how possible/solved?
if sure correctly added package: right click on solution -> restore nuget packages.
if not sure: right click on solution -> manage nuget packages solution -> select mvvmlight package , check package has been installed project throwing error (checkbox project should ticked).
Comments
Post a Comment