Click here to Skip to main content
15,909,747 members
Home / Discussions / C#
   

C#

 
QuestionParen/Child in different threads? Pin
Alex_Y16-Nov-05 4:17
Alex_Y16-Nov-05 4:17 
AnswerRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 4:39
S. Senthil Kumar16-Nov-05 4:39 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 5:01
Alex_Y16-Nov-05 5:01 
GeneralRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 5:12
S. Senthil Kumar16-Nov-05 5:12 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 6:38
Alex_Y16-Nov-05 6:38 
QuestionCompile DLL project into 3 seperate ones Pin
Seraphin16-Nov-05 3:49
Seraphin16-Nov-05 3:49 
AnswerRe: Compile DLL project into 3 seperate ones Pin
Judah Gabriel Himango16-Nov-05 4:53
sponsorJudah Gabriel Himango16-Nov-05 4:53 
AnswerRe: Compile DLL project into 3 seperate ones Pin
Bob Stanneveld16-Nov-05 5:48
Bob Stanneveld16-Nov-05 5:48 
Hello,

I'm pretty sure that this is not possible. The smalles unit that you can build is a project and the linker doesn't produce more than one assembly per project.

I don't know about VS 2003, but if you're using VS 2005, you can make a new project and take the project properties from the original one. In the project explorer, you can move the files per namespace to the other projects. The IDE moves the physical files for you. Second, you'll have to add the references to the projects and do a build solution.

Hope this helps. Smile | :)

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
AnswerRe: Compile DLL project into 3 seperate ones Pin
Tom Wright16-Nov-05 10:15
Tom Wright16-Nov-05 10:15 
AnswerRe: Compile DLL project into 3 seperate ones Pin
Seraphin18-Nov-05 3:20
Seraphin18-Nov-05 3:20 
QuestionSynchronize reading text with nariation Pin
Mike Jeferson16-Nov-05 3:15
Mike Jeferson16-Nov-05 3:15 
AnswerRe: Synchronize reading text with nariation Pin
Judah Gabriel Himango16-Nov-05 4:58
sponsorJudah Gabriel Himango16-Nov-05 4:58 
GeneralRe: Synchronize reading text with nariation Pin
Mike Jeferson17-Nov-05 5:32
Mike Jeferson17-Nov-05 5:32 
GeneralRe: Synchronize reading text with nariation Pin
Judah Gabriel Himango17-Nov-05 9:03
sponsorJudah Gabriel Himango17-Nov-05 9:03 
QuestionUlrtraWinGrid Meging Cells Pin
servik16-Nov-05 3:13
servik16-Nov-05 3:13 
Questiongetting webBrowser lines of innertext Pin
Mike Jeferson16-Nov-05 3:02
Mike Jeferson16-Nov-05 3:02 
AnswerRe: getting webBrowser lines of innertext Pin
Raj Lal17-Nov-05 16:01
professionalRaj Lal17-Nov-05 16:01 
QuestionSingle Instance of a Form Pin
PHDENG8116-Nov-05 1:31
PHDENG8116-Nov-05 1:31 
AnswerRe: Single Instance of a Form Pin
S. Senthil Kumar16-Nov-05 4:49
S. Senthil Kumar16-Nov-05 4:49 
Answer[Message Deleted] Pin
S. Senthil Kumar16-Nov-05 4:49
S. Senthil Kumar16-Nov-05 4:49 
GeneralRe: Single Instance of a Form Pin
PHDENG8116-Nov-05 7:22
PHDENG8116-Nov-05 7:22 
GeneralRe: Single Instance of a Form Pin
S. Senthil Kumar16-Nov-05 19:43
S. Senthil Kumar16-Nov-05 19:43 
QuestionStatic Linking in .NET? Pin
Joel Holdsworth16-Nov-05 1:28
Joel Holdsworth16-Nov-05 1:28 
AnswerRe: Static Linking in .NET? Pin
Bob Stanneveld16-Nov-05 1:42
Bob Stanneveld16-Nov-05 1:42 
GeneralRe: Static Linking in .NET? Pin
Joel Holdsworth16-Nov-05 1:51
Joel Holdsworth16-Nov-05 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.