Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / March 2008

Tip: Looking for answers? Try searching our database.

multiproject solutions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
trullock@googlemail.com - 18 Mar 2008 10:41 GMT
Hi,

I have several websites which share 99% the same code.
At the moment i use a text diff program to synchronize changes between
each site. This is a right pain because theres lots of sites and lots
of code!

Because most of the code is the same, surely there must be some way i
can share this between sites?

What I was thinking i could do is make a project of all the common
code, and then for each site have a multi-project solution which
includes the common project, and a project containing the site
specific code. However, it doesnt look like you can publish a solution
(so that all sub-projects get compiled into one), so that doesnt
really solve my problem.

The other alternative i was thinking of was simply including a common
folder into all my site projects. However, i cant have the common code
within a /common/ folder, it needs to be in the root with everything
else :(

Am i missing something, or does anyone have any alternative solutions?

Thanks

Andrew
George Ter-Saakov - 18 Mar 2008 12:57 GMT
you can solve it with 2 ways.

1. Move common code to DLL project and reference that DLL in every project.
2. Using SourceSafe. I've never done it before but know it's possible from
times I got my MCSD. You can "merge" different folders into one folder in
SourceSafe. So when you modify file in one project it will be automatically
modified in all others. You will only have to get latest version and
recompile

George.

> Hi,
>
[quoted text clipped - 23 lines]
>
> Andrew

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.