CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Search

  • Re: CSLA & WCF

    Ok I fixed that... but the DAL is still not hitting it's breakpoint.
    Posted to CSLA .NET discussion (Forum) by Aaron on Thu, Feb 23 2012
  • Re: CSLA & WCF

    Thank you so much johnny Bee... This was driving me crazy... I just couldn't find what I was missing.
    Posted to CSLA .NET discussion (Forum) by Aaron on Thu, Feb 23 2012
  • Re: CSLA & WCF

    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
    Posted to CSLA .NET discussion (Forum) by Aaron on Thu, Feb 23 2012
  • Re: Silverlight 4 Dataportal BeginFetch crashes

    Yea that makes sense. I hate it when my brain takes a coding dump.
    Posted to CSLA .NET discussion (Forum) by Aaron on Tue, Feb 14 2012
  • Silverlight 4 Dataportal BeginFetch crashes

    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
    Posted to CSLA .NET discussion (Forum) by Aaron on Tue, Feb 14 2012
  • Re: I need a little bit of help

    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
    Posted to CSLA .NET discussion (Forum) by Aaron on Tue, Jan 31 2012
  • Re: I need a little bit of help

    ok... I'm still stumped. Whats wrong with my handler?
    Posted to CSLA .NET discussion (Forum) by Aaron on Fri, Jan 27 2012
  • Re: I need a little bit of help

    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"
    Posted to CSLA .NET discussion (Forum) by Aaron on Thu, Jan 26 2012
  • Re: I need a little bit of help

    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.
    Posted to CSLA .NET discussion (Forum) by Aaron on Sun, Jan 22 2012
  • I need a little bit of help

    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
    Posted to CSLA .NET discussion (Forum) by Aaron on Sat, Jan 21 2012
Page 1 of 8 (77 items) 1 2 3 4 5 Next > ... Last ยป | More Search Options

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems