Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
GeneralRe: Forms Pin
Dave Kreskowiak23-Jan-07 6:16
mveDave Kreskowiak23-Jan-07 6:16 
QuestionHow to prevent DataGridView from repainting? Pin
jzb23-Jan-07 3:25
jzb23-Jan-07 3:25 
AnswerRe: How to prevent DataGridView from repainting? Pin
mark_w_23-Jan-07 3:51
mark_w_23-Jan-07 3:51 
AnswerRe: How to prevent DataGridView from repainting? Pin
jesarg23-Jan-07 9:30
jesarg23-Jan-07 9:30 
QuestionDataReader Query Pin
mark_w_23-Jan-07 2:35
mark_w_23-Jan-07 2:35 
AnswerRe: DataReader Query Pin
PIEBALDconsult23-Jan-07 2:42
mvePIEBALDconsult23-Jan-07 2:42 
GeneralRe: DataReader Query Pin
mark_w_23-Jan-07 3:50
mark_w_23-Jan-07 3:50 
QuestionDirectory structure for solution Pin
Syed Muhammad Kamran23-Jan-07 2:24
Syed Muhammad Kamran23-Jan-07 2:24 
I have a solution in C# which has 6 projects Say
A, B, C, X, Y, Z

Where A, B, C generates exe's and X, Y, Z is of type Class library (DLL)

1) Executables A and B both hold a reference to Projects X, Y, Z (dll).
2) Where Executable C holds a reference to Dll X only.

X,Y,Z are private assemblies and not candidates for GAC.

Now since they are private assemblies when I add a reference it'll be copied to the project output directory locally. And if I'll set the property "Copy Local = false" then it'll not get copied and the exe's fails when.

What I wanna impose is a directory structure for my solution to avoid multiple copies of dll's when deploying.

LetSay it'll copy all the files in...

\AppRoot
......... A.exe
......... B.exe
......... C.exe

\AppRoot\Lib
.............. X.dll
.............. Y.dll
.............. Z.dll

And have them work correctly. I'm new to Dotnet and perhaps to programming.. Please help how to impose this kind of directory structure for my app.

Thanks.

SMK
AnswerRe: Directory structure for solution Pin
Not Active23-Jan-07 2:49
mentorNot Active23-Jan-07 2:49 
GeneralRe: Directory structure for solution Pin
PIEBALDconsult23-Jan-07 3:22
mvePIEBALDconsult23-Jan-07 3:22 
GeneralRe: Directory structure for solution Pin
Not Active23-Jan-07 3:44
mentorNot Active23-Jan-07 3:44 
GeneralRe: Directory structure for solution Pin
Syed Muhammad Kamran23-Jan-07 5:51
Syed Muhammad Kamran23-Jan-07 5:51 
GeneralRe: Directory structure for solution Pin
Not Active23-Jan-07 6:09
mentorNot Active23-Jan-07 6:09 
QuestionProblem using Rtf.Replace().. Pin
madhan_mss23-Jan-07 2:17
madhan_mss23-Jan-07 2:17 
AnswerRe: Problem using Rtf.Replace().. Pin
Guffa23-Jan-07 2:20
Guffa23-Jan-07 2:20 
GeneralRe: Problem using Rtf.Replace().. Pin
madhan_mss23-Jan-07 2:37
madhan_mss23-Jan-07 2:37 
Questionc Pin
nikosnal23-Jan-07 2:15
nikosnal23-Jan-07 2:15 
AnswerRe: c Pin
PIEBALDconsult23-Jan-07 2:33
mvePIEBALDconsult23-Jan-07 2:33 
AnswerRe: c Pin
Mircea Puiu23-Jan-07 3:37
Mircea Puiu23-Jan-07 3:37 
QuestionUsing a fax printer Pin
babbelfisken23-Jan-07 1:53
babbelfisken23-Jan-07 1:53 
AnswerRe: Using a fax printer Pin
Mircea Puiu23-Jan-07 3:16
Mircea Puiu23-Jan-07 3:16 
GeneralRe: Using a fax printer Pin
babbelfisken23-Jan-07 3:43
babbelfisken23-Jan-07 3:43 
QuestionC# scripting - run scripts from outside application Pin
studiomaxer23-Jan-07 1:17
studiomaxer23-Jan-07 1:17 
AnswerRe: C# scripting - run scripts from outside application Pin
Mircea Puiu23-Jan-07 3:35
Mircea Puiu23-Jan-07 3:35 
GeneralRe: C# scripting - run scripts from outside application Pin
studiomaxer23-Jan-07 10:21
studiomaxer23-Jan-07 10:21 

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.