MVVM Light obtained via NuGet - RelayCommand.cs not found

后端 未结 3 1176
粉色の甜心
粉色の甜心 2020-12-12 01:31

My program incorporates a copy of MVVM Light via NuGet. Up until about 5 minutes ago it worked without a hitch, but now I\'m getting an error saying \"RelayCommand.cs not fo

3条回答
  •  天涯浪人
    2020-12-12 01:39

    I don't know why this would cause such an error, but I believe it was caused by trying to read in data from a file that didn't exist. I removed that code and the error went away.

提交回复
热议问题