CSLA Controls (BindingSourceRefresh)

CSLA Controls (BindingSourceRefresh)

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


strick9 posted on Tuesday, August 28, 2007

I'm missing something obvious, but there is no BindingSourceRefresh control in my toolbox in a new project I started.  My old projects still have it listed.  Can someone point me straight?

Thanks
Brian

RockfordLhotka replied on Tuesday, August 28, 2007

If you have been including the Csla project in your solution the control would appear automatically after the first build. But I really discourage doing that. This makes version management almost impossible.

You should (imo) treat Csla.dll like a 3rd party binary (even though you build it) and so you should reference the DLL, not the project. But then to get the controls to appear in the toolbox, you must right-click and Choose Items to get the controls into the toolbox.

strick9 replied on Wednesday, August 29, 2007

That's what happened.  I started using the DLL.  Thank again.

Copyright (c) Marimer LLC