Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Splitting a Solution into Multiple Projects

Reply
Thread Tools

Splitting a Solution into Multiple Projects

 
 
DLG
Guest
Posts: n/a
 
      06-29-2005
We currently have an ASP.Net app that consists of one solution containing
one project. There is code in the project that I would like to be able to
use in other applications. Should I move this code into a separate project,
if so how do I do this OR is there some other way. By the way this is all
stored in Visual Source Safe and I am using VS.Net 2003.

TIA
Dean


 
Reply With Quote
 
 
 
 
Kivak Wolf
Guest
Posts: n/a
 
      06-29-2005
I would say just copy the files, make sure you don't have any broken
links, check to make sure all the inheritance in working correctly and
you should have a problem.

Kivak Wolf

 
Reply With Quote
 
 
 
 
Kivak Wolf
Guest
Posts: n/a
 
      06-29-2005
You should NOT have a problem** =D

 
Reply With Quote
 
Elliot M. Rodriguez
Guest
Posts: n/a
 
      06-29-2005
"There is code in the project that I would like to be able to use in
other applications."

Consider creating a separate class library for it with its own source
control tree, and use project references for the other web projects that
use this shared code. You will minimize versioning problems this way.

The Team Development with Visual Sourcesafe Patterns/Practices PDF on
MS's website devotes a very good chapter to this.

DLG wrote:
> We currently have an ASP.Net app that consists of one solution containing
> one project. There is code in the project that I would like to be able to
> use in other applications. Should I move this code into a separate project,
> if so how do I do this OR is there some other way. By the way this is all
> stored in Visual Source Safe and I am using VS.Net 2003.
>
> TIA
> Dean
>
>

 
Reply With Quote
 
tsteinke@gmail.com
Guest
Posts: n/a
 
      06-29-2005
Can you post a link to this PDF I am a net ASP.NET developer and I am
struggling with a lot of these best practices issues.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
1 solution 2 projects; how to use a function from project B into project A unknown; C++ 2 12-18-2006 02:58 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? John Dibling C++ 0 07-19-2003 04:41 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? Mark C++ 0 07-19-2003 04:24 PM
Re: Splitting up the definitions of a class into different files (splitting public from private)? John Ericson C++ 0 07-19-2003 04:03 PM
Re: One solution containing multiple projects and multiple hosts Stephen Miller ASP .Net 0 06-24-2003 12:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57