A new Prism drop has just been released! See Glenn Block’s post here:
http://blogs.msdn.com/gblock/archive/2008/03/26/prism-drop-2.aspx
The direct link to the resource is
http://www.codeplex.com/prism/Release/ProjectReleases.aspx?ReleaseId=11976
Views are no longer added via AddViewToRegion(); rather, an IRegion can be requested and an Add method can be called to actually add the view.
Also, a sliding region has been added.
However, I feel the most important change [...]
As Glenn Block reports, the patterns & practices Team released a reference implementation of Prism on Wednesday:
http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=prism&ReleaseId=11615
Very interesting read! While I’m still working with the 6267 release of prism, I’m gonna update my code and write about some experiences with it soon!
When trying to install the SmartClientSoftwareFactory May 2007 CTP, you may encounter some problems. Workarounds have been presented, for example by Ezequiel Jadib:
http://staff.southworks.net/blogs/ejadib/archive/2007/08/27/How_2D00_To_3A00_-Smart-Client-Software-Factory-_2800_SCSF_2900_-_2600_-Visual-Studio-Orcas-Beta-2.aspx
However, with the new February 2008 versions of GAX and GAT, SCSF Installation fails on my system (Vista Business) with some strange Error 2869.
Anyway, for those interested in the not-so-easy to find GAX & [...]
