-
Ok I fixed that... but the DAL is still not hitting it's breakpoint.
-
Thank you so much johnny Bee... This was driving me crazy... I just couldn't find what I was missing.
-
Are there samples somewhere using these scenarios? I'm having such a hard time executing my DataPortal_XYX methods. I currently have it setup as so for example. After the BeginGetList method is executed, it comes back to the ViewModel with the Model property unpopulated with an object. So I'm curious if I'm missing something somewhere. Public
-
Yea that makes sense. I hate it when my brain takes a coding dump.
-
Can someone please tell me why I get an error of System.Windows.Markup.XamlParseException occurred LineNumber=8 LinePosition=35 Message=The invocation of the constructor on type 'Designer.ViewModel.MainPresenter' that matches the specified binding constraints threw an exception. [Line: 8 Position: 35] StackTrace: at System.Windows.Application
-
ok I found the exact culprit in my problem. Dim vf As New Bxf.ViewFactory Dim v = vf.GetView(GetType(View.ProductCategoryListView).AssemblyQualifiedName, "productcategorylistViewSource", New ViewModel.ProductCategoryList_ViewModel) Bxf.Shell.Instance.ShowView(v, "Menu") When I make this approach on the ShowView method, It says it
-
ok... I'm still stumped. Whats wrong with my handler?
-
I still haven't been able to resolve this issue or even understand what I'm doing wrong. Can anyone please help? Public Sub New AddHandler presenter.OnShowView, Sub(view, region) Select Case region Case "Main" MainContent = view Case "Menu" MenuContent = view Case "Samples" SampleContent = view Case "Product"
-
Yes the application is running normal until I execute that line. When executed, the app goes blank, and I have to refresh the browser. If it's any constellation, the view is a child window instead of a usercontrol.
-
I'm currently writing a Silverlight 4 app, and I'm getting an error that I don't understand. I'm trying to execute the following and it's getting this error in the debugging output. Can someone tell me what I am doing wrong and how to fix it? Public Sub btnHelp_Click() Bxf.Shell.Instance.ShowView(GetType(HelpView).AssemblyQualifiedName