description
After intalling and registering Prism 4.1 I've found that Prism dlls do not listed in "Add Reference.." list filtered by Silverlight 5.
I've registered them by using GacUtil in MSVS 2010 SP1 command prompt:
gacutil /i "C:\Program Files (x86)\Microsoft Prism v4.1\Bin\Silverlight\Microsoft.Practices.Prism.dll"
gacutil /i "C:\Program Files (x86)\Microsoft Prism v4.1\Bin\Silverlight\Microsoft.Practices.Prism.Interactivity.dll"
...
and so forth.
There was message that dll registered successfully for each dll.
However these dlls do not appears in "Add Reference.." list filtered by Silverlight 5.
Then I'm trying to add Microsoft.Practices.Prism.dll in my fresh new SL5 project and getting error message that:
Error 1 Cannot resolve reference assemblies. Please check the reference assemblies. Could not load file or assembly 'System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. Не удается найти указанный файл. SilverlightApplication2 E:\Work\Projects\testProjects\SilverlightApplication2\SilverlightApplication2\MainPage.xaml
Currently I'm can't build SL5 projects with linked prism dlls.