CSLA .NET

From Rockford Lhotka's Expert C# 2005 and VB 2005 Business Objects books

Welcome to CSLA .NET Sign in | Join | Help
in Search

Bug in PTWin CSLA 3.5.1??

Last post 05-29-2008, 4:38 AM by jasonlaw. 3 replies.
Sort Posts: Previous Next
  •  05-14-2008, 8:23 PM 23583

    Bug in PTWin CSLA 3.5.1??

    Hi,

    When I try to create New Project from PTWin, do nothing and close it, there is UndoException in class BusinessListBase being raised:

     Private Sub UndoChanges(ByVal parentEditLevel As Integer) Implements Core.IUndoableObject.UndoChanges
        Dim child As C
        Dim index As Integer

        If Me.EditLevel - 1 < parentEditLevel Then
    *****ERROR RAISED HERE!
          Throw New UndoException( _
            String.Format(My.Resources.EditLevelMismatchException, "UndoChanges"))
        End If
    ...

    I try to debug and found that the error occur when trying to unbind the ProjectBindingSource in Rebind method.

    I tried CSLA 3.5 and it is working fine, is it a bug in 3.5.1?

    Thanks in advance.

    Jason Law

  •  05-16-2008, 8:50 PM 23633 in reply to 23583

    Re: Bug in PTWin CSLA 3.5.1??

    Hmm, I don't know - I'll have to take a look at it.
    Rocky
  •  05-27-2008, 4:21 PM 23809 in reply to 23633

    Re: Bug in PTWin CSLA 3.5.1??

    I believe the issue is due to a bug in CSLA itself, which I have now hopefully addressed. The fix is in svn now, and will be in the next test release of 3.5.1 - please give it a try and see if it addresses the issue.

    Thank you!

  •  05-29-2008, 4:38 AM 23855 in reply to 23809

    Re: Bug in PTWin CSLA 3.5.1??

    Hi, I have downloaded the lastest 3.5.1 and it is working fine now.

    Thank you.

View as RSS news feed in XML

Please contact Magenic for your .NET consulting and CSLA .NET mentoring needs.
Please consider making a donation to help support the ongoing development of CSLA .NET.

Make donation through PayPal - it's fast, free and secure!
Why donate?
Powered by Community Server, by Telligent Systems