How to resolve “Could not load file or assembly 'Microsoft.Practices.Prism' ” error?

前端 未结 7 1159
梦谈多话
梦谈多话 2021-01-16 03:16

I\'ve been searching the past few days trying to get an error fixed in a WPF application using Prism, but haven\'t had any luck and thought I\'d see if Stackoverflow had any

7条回答
  •  花落未央
    2021-01-16 03:42

    I had the same exception (Prism 5.0) and my solution was to set the type of the config section to Microsoft.Practices.Prism.Composition instead of Microsoft.Practices.Prism which I found in many examples.

提交回复
热议问题