Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling Console project Pin
SledgeHammer018-Jan-13 9:31
SledgeHammer018-Jan-13 9:31 
GeneralRe: Calling Console project Pin
PIEBALDconsult17-Jan-13 12:45
mvePIEBALDconsult17-Jan-13 12:45 
GeneralRe: Calling Console project Pin
Dave Kreskowiak8-Jan-13 9:44
mveDave Kreskowiak8-Jan-13 9:44 
GeneralRe: Calling Console project Pin
PozzaVecia8-Jan-13 10:41
PozzaVecia8-Jan-13 10:41 
GeneralRe: Calling Console project Pin
Pete O'Hanlon8-Jan-13 11:28
mvePete O'Hanlon8-Jan-13 11:28 
GeneralRe: Calling Console project Pin
Dave Kreskowiak8-Jan-13 12:41
mveDave Kreskowiak8-Jan-13 12:41 
GeneralRe: Calling Console project Pin
PIEBALDconsult8-Jan-13 13:40
mvePIEBALDconsult8-Jan-13 13:40 
GeneralRe: Calling Console project Pin
BobJanova10-Jan-13 1:29
BobJanova10-Jan-13 1:29 
If you want P1 and the like to be plugins, i.e. you can add or remove them at runtime and have the application work out which ones are present, then you need to do something like this, though there are frameworks that could possibly help you with it.

If you are just trying to create a multi-part application, you should statically link the assemblies together at compile time, by setting P1, P2 etc as references in your top level application (either in your IDE or by using /r:P1.dll etc on the command line to csc). Think about whether they even need to be separate projects/assemblies; unless you're planning to reuse some of the components in another application, there's not really any need for them to be.
QuestionC# Reading Excel resource file Pin
Member 97041538-Jan-13 5:48
Member 97041538-Jan-13 5:48 
AnswerRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 6:18
mveRichard MacCutchan8-Jan-13 6:18 
GeneralRe: C# Reading Excel resource file Pin
eferreyra8-Jan-13 6:43
eferreyra8-Jan-13 6:43 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 6:46
mveRichard MacCutchan8-Jan-13 6:46 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 7:52
Member 97041538-Jan-13 7:52 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 8:23
mveRichard MacCutchan8-Jan-13 8:23 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 9:00
Member 97041538-Jan-13 9:00 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 9:07
mveRichard MacCutchan8-Jan-13 9:07 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 9:14
Member 97041538-Jan-13 9:14 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 9:48
mveRichard MacCutchan8-Jan-13 9:48 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 10:00
Member 97041538-Jan-13 10:00 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 10:27
mveRichard MacCutchan8-Jan-13 10:27 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 10:30
Member 97041538-Jan-13 10:30 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 10:45
mveRichard MacCutchan8-Jan-13 10:45 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 10:47
Member 97041538-Jan-13 10:47 
GeneralRe: C# Reading Excel resource file Pin
Richard MacCutchan8-Jan-13 10:52
mveRichard MacCutchan8-Jan-13 10:52 
GeneralRe: C# Reading Excel resource file Pin
Member 97041538-Jan-13 11:00
Member 97041538-Jan-13 11:00 

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.