StrataFrame Forum

Seperate UI assembly

http://forum.strataframe.net/Topic8864.aspx

By Chan - 5/17/2007

Hi,

I would like to put my UI (forms for example) for each module into different assembly. What project template should I use?

Thank you

By Trent L. Taylor - 5/17/2007

Just create a Business Object Library and delete the business object that is automatically added.  A BO library is nothing more than a class library project (DLL) and this would probably be the best way to go.
By Greg McGuffey - 5/17/2007

You did this a lot in class. Is this just because the references to SF are set when using the BO library?