Error provider no longer works with 3.5?

Error provider no longer works with 3.5?

Old forum URL: forums.lhotka.net/forums/t/5069.aspx


ajj3085 posted on Tuesday, July 08, 2008

Hi,

I'm now using Csla 3.5, and I've written my first class in my existing library which uses managed properties.  I'm also still on Windows Forms.

I wired up my form the same as usual; using BindingSource objects, an ErrorProvider, RWAuth, BindingSourceRefresh, etc.  The object works fine under unit testing.

Now, when I open the form with a new object, it's not valid because property values are empty.  The save button is correctly disabled (via checking IsSavable during a CurrentItemChanged event), but the error provider is not showing as it should.  Data binding seems to work.. the Save button enables properly.. just no error provider.

The same happens with the grid as well, no error indicators.

Any ideas?

ajj3085 replied on Tuesday, July 08, 2008

Very weird.. the component seemed to disappear from the form.  Adding it again, and it works fine.  Or maybe it was some problem with one of my libraries?  Don't know..

Copyright (c) Marimer LLC