Quantcast
Channel: patterns & practices: Prism
Viewing all 1878 articles
Browse latest View live

Reviewed: Prism 5.0 for .NET 4.5 (4 20, 2014)

$
0
0
Rated 4 Stars (out of 5) - It's very good work. I try BasicMVVMQuickstart_Desktop quickstart. but I don't found MainWindowViewModel and QuestionaireViewDesignViewModel classes. -- @blainew thank you very much. can you release nuget.org? I want to install this at nuget. -- Why don't add target framework wpa8.1?

Reviewed: Prism 5.0 for .NET 4.5 (4 20, 2014)

$
0
0
Rated 3 Stars (out of 5) - Good work! But, Why don't add wpa8.1 from nuget target framework? I hope wpa8.1 support.

New Post: Project Templates for Prism 4.2

$
0
0
Hello all,

Thank you for notifying your needs and provide suggestions for improving the Prism management.
I would invite you to create a suggestion issue and vote it so the p&p team would be able to track issues and suggestions giving more priority for fixing on the most voted ones.

You may find a similar suggestion for Prism 4.1 in the following Issue Item:

Regards,
Gabriel Ostrowsky.
https://blogs.southworks.net/gostrowsky

Created Unassigned: Cannot find ViewModelLocator class in Prism V5 [10596]

$
0
0
Hi,

I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:

* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.

I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?

Thanks,

Tetsu Shimizu

Commented Unassigned: Cannot find ViewModelLocator class in Prism V5 [10596]

$
0
0
Hi,

I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:

* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.

I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?

Thanks,

Tetsu Shimizu
Comments: ** Comment from web user: Tetsushmz **

As it turned out, the Microsoft.Practices.Prism.Mvvm.Desktop.dll is placed in the packages directory. So, it was my mistake. The BasicMVVMQuickStart_Desktop solution works just fine.

Please disregard my previous comments.

Thanks,

Tetsu Shimizu

New Post: Prism 4.2 for .NET 4.5 RTM

$
0
0
Will there be a version for .Net 4.5? Are you using features that are only available in 4.5.1?

Commented Unassigned: Cannot find ViewModelLocator class in Prism V5 [10596]

$
0
0
Hi,

I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:

* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.

I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?

Thanks,

Tetsu Shimizu
Comments: ** Comment from web user: GOstrowsky **

Hello Tetsu,

I have reproduced the steps you described but the __BasicMVVM QuickStart__ build successfuly instead. Perhaps you downloaded the ___Beta___ version when it was not stable yet.

I suggest you to download the source library again from the following site:
#
* [Prism 5.0 for WPF – April 2014](http://www.microsoft.com/en-us/download/details.aspx?id=42537)

I hope this helps,
Regards.

Gabriel Ostrowsky
https://blogs.southworks.net/gostrowsky

New Post: Prism 4.2 for .NET 4.5 RTM

$
0
0
mhubis,

The Prism Library targets .NET 4.5 (both source code and NuGet packages). The samples - RI and QuickStarts - target .NET 4.5.1. So we are not using any .NET 4.5.1 features.

Blaine

New Comment on "Documentation"

$
0
0
can I know where is http://aka.ms/prism-wpf-pdf, which says we can download the Developer's Guide to Microsoft Prism 5.0 in pdf format?

New Comment on "Documentation"

$
0
0
also, when I download the Prism API Reference from https://compositewpf.codeplex.com/releases/view/121123, it does not contain anything inside....please help.

Reviewed: Prism 5.0 Documentation (avr. 22, 2014)

$
0
0
Rated 1 Stars (out of 5) - This CHM look empty, there nothing to display when I select a node (even the first one, "Welcome"). On Win7 with VS2013 installed.

Reviewed: Prism 5.0 Documentation (avr. 22, 2014)

$
0
0
Rated 1 Stars (out of 5) - This CHM look empty, there nothing to display when I select a node (even the first one, "Welcome"). On Win7 with VS2013 installed. And, well, an API reference is still something but we really need the pdf to start using this new version. At least the "breaking changes and update how-to" part.

New Post: Prism/MEF application doesnt work on non-developer's machines

$
0
0
Did you ever find a solution to this? I am experiencing the same error now for the first time.

Reviewed: Prism 5.0 Documentation (Apr 22, 2014)

$
0
0
Rated 2 Stars (out of 5) - Like BenoitG stated before, an empty API Reference doesn't really help. In the meantime, I'll read the MSDN equivalent at http://msdn.microsoft.com/en-us/library/gg406140.aspx

Commented Unassigned: Cannot find ViewModelLocator class in Prism V5 [10596]

$
0
0
Hi,

I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:

* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.

I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?

Thanks,

Tetsu Shimizu
Comments: ** Comment from web user: Tetsushmz **

Hi Gabriel,

Thanks for the response. As I posted earlier, it was my mistake and the sample app worked just fine. I did use the released version of Prism 5.0. Still, I'm expecting that Microsoft post the full V5.0 source code that includes the ViewModelLocator class on this site in near future.

Regards,

Tetsu Shimizu


Released: Prism 5.0 Documentation (Apr 18, 2014)

$
0
0
Initially we provide the API reference documentation. This will expand to include the PDF once it is ready.

When you download the documentation you may need to unblock the file before opening it. Otherwise you may not be able to see the content.

Updated Release: Prism 5.0 Documentation (Apr 18, 2014)

$
0
0
Initially we provide the API reference documentation. This will expand to include the PDF once it is ready.

When you download the documentation you may need to unblock the file before opening it. Otherwise you may not be able to see the content.

New Post: Platform License Restriction

$
0
0
Is there any chance that the Platform restriction in the license will be removed in version 5? I would like to use Prism on Adroid, MACOS and IOS, but can not with that restriction.

Commented Unassigned: Cannot find ViewModelLocator class in Prism V5 [10596]

$
0
0
Hi,

I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:

* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.

I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?

Thanks,

Tetsu Shimizu
Comments: ** Comment from web user: blainew **

The source code download now includes the source code for ViewModelLocator. It can be found at [http://aka.ms/prism-wpf-code](http://www.microsoft.com/en-us/download/details.aspx?id=42537). Let me know if this solves your issue.

Thanks.

Commented Unassigned: Interaction requests in nested region aware menu items only work once [10590]

$
0
0
Hi,

I’m stomped on this one. The Raised event of the InteractionRequest<T> is null the second time an interaction request is raised and hence doesn’t open the dialog.

I managed to reproduce the issue in a simple example. Check out the Menu in the MainWindow to see a working example, and one that doesn't:

<Menu>
<MenuItem Header="RootMenuItem">
<MenuItem Header="NotWorkingMenuItem" Prism:RegionManager.RegionName="MenuRegion"/>
</MenuItem>
<!--<MenuItem Header="WorkingMenuItem" Prism:RegionManager.RegionName="MenuRegion"/>-->
</Menu>

Help!!! :)

René
Comments: ** Comment from web user: fcheung **

Interesting... Seems to be related to nesting MenuItems more than 2 deep. I'll investigate further.

Viewing all 1878 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>