MVVM Light “Type Not Found in cache”

前端 未结 2 396
情书的邮戳
情书的邮戳 2021-01-11 15:44

I\'m trying to convert my Windows Phone 8 Silverlight application to an 8.1 Phone app as part of a universal app. I don\'t know if thats relevant because this is the first t

2条回答
  •  死守一世寂寞
    2021-01-11 16:08

    The answer was a fairly simple mistake. This bit was not being executed in design mode

    SimpleIoc.Default.Register();
    

    My code for SimpleIoc.Default.Register(); was inside an if statement that was never executed in design mode.

提交回复
热议问题