﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » How to divide in several proyects an application?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 05:47:25 GMT</lastBuildDate><ttl>20</ttl><item><title>How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21069.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;I have a proyecto with all BOs, BBSs, forms, reports, resources and all in the same proyect.&lt;/P&gt;&lt;P&gt;After read something about, I think that it's best have several proyects similar as StrataFlix. But I don't know how to divide it.&lt;/P&gt;&lt;P&gt;The idea is one Proyect for the BOs and BBSs, another for reports, another for the forms.&lt;/P&gt;&lt;P&gt;If someone have already do this, can you share how can I do this?&lt;/P&gt;&lt;P&gt;And a second thing, in my app, I put every image as a Proyect Resource File, is this right or is better use Import Local Resource. If I use Local Resource, the images should be stored also in the machine that is going to run the application?&lt;/P&gt;&lt;P&gt;Thanks for you valuable help.</description><pubDate>Wed, 10 Dec 2008 13:58:59 GMT</pubDate><dc:creator>Juan Carlos Pazos</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21111.aspx</link><description>Only 200 errors. :P  I think the first time I did this (yeah, I got it wrong the first time or two :crazy: ), I had like 600 errors...hard to tell as I had reached max in the error &amp;#119;indow.  However, setting references and imports (using in c#) took care of it moderately painlessly.  I just used the errors window, double click, then either change namespace or ctl-home to add imports/using.</description><pubDate>Wed, 10 Dec 2008 13:58:59 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21100.aspx</link><description>[quote][b]Juan Carlos Pazos (12/09/2008)[/b][hr]... After more than 200 errors&amp;nbsp;and still dealing with the ListView and ComboBox references that are wrong and some SearchWindows, but I the end it will be a good thing.[/quote] &lt;P&gt;Hi Juan, &lt;P&gt;I have done this before, and there are some references which are not changed automatically by VS, specially in the designer files, so I suggest you do this one step at a time and when changing a reference, then use the Find/Replace feature to look for the all reference in hidden files and replace it with new one, this will do the trick for ListView, ComboBoxes and any type reference&amp;nbsp;used by SF.</description><pubDate>Tue, 09 Dec 2008 20:03:58 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21099.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;Thanks for your advise. After more than 200 errors&amp;nbsp;and still dealing with the ListView and ComboBox references that are wrong and some SearchWindows, but I the end it will be a good thing.&lt;/P&gt;&lt;P&gt;Regards</description><pubDate>Tue, 09 Dec 2008 19:08:53 GMT</pubDate><dc:creator>Juan Carlos Pazos</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21090.aspx</link><description>Excellent advice and well worth the time to do, I have been much happier since I started doing this after the training session. I have it exactly like Greg and Trent laid out, I also put any "special" functionality in another assembly, for instance "Scanning" was a recent one that got its own.</description><pubDate>Tue, 09 Dec 2008 15:06:46 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21075.aspx</link><description>Greg is giving good advice.&amp;nbsp; It is always a good idea to split your application in sections in the manner that Greg mentioned.&amp;nbsp; Past the examples that Greg gave, another would be a Reporting project.&amp;nbsp; This&amp;nbsp;would contain all of your reports and reporting related BBS and BO classes.&amp;nbsp; This is just another example to help clear things. up.&amp;nbsp; Hope it helps. :)</description><pubDate>Tue, 09 Dec 2008 09:34:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: How to divide in several proyects an application?</title><link>http://forum.strataframe.net/FindPost21070.aspx</link><description>Juan,&lt;br&gt;
&lt;br&gt;
You on the right track. Multiple projects is a better way to go. During SF training they suggested:&lt;br&gt;
&lt;br&gt;
1. Base project. It would contain any common code. Common functions, tools, anything likely needed by all others.&lt;br&gt;
2. Business project. Contains Business objects and any associated code.&lt;br&gt;
3. UI project. Contains any UI elements, like custom controls, user controls, base form(s).&lt;br&gt;
4. Main project. The actual EXE, with forms.&lt;br&gt;
5. Modular projects. Projects with more specific focus.  This is were you'd have a report assembly.&lt;br&gt;
&lt;br&gt;
That is the short version. If you have more questions, just ask!</description><pubDate>Tue, 09 Dec 2008 08:06:58 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>