Click here to Skip to main content
15,900,973 members
Home / Discussions / C#
   

C#

 
GeneralRe: sql server ce 2.0, image data type Pin
Heath Stewart7-Jun-04 6:51
protectorHeath Stewart7-Jun-04 6:51 
GeneralHardcoded filepaths c# Pin
frank217-Jun-04 6:34
frank217-Jun-04 6:34 
GeneralRe: Hardcoded filepaths c# Pin
Heath Stewart7-Jun-04 6:44
protectorHeath Stewart7-Jun-04 6:44 
Generaldataset update on form closing Pin
C#Coder677-Jun-04 6:07
C#Coder677-Jun-04 6:07 
GeneralRe: dataset update on form closing Pin
Heath Stewart7-Jun-04 6:16
protectorHeath Stewart7-Jun-04 6:16 
GeneralVS2K3 doesn't copy file reference Pin
CBoland7-Jun-04 5:58
CBoland7-Jun-04 5:58 
GeneralRe: VS2K3 doesn't copy file reference Pin
Heath Stewart7-Jun-04 6:09
protectorHeath Stewart7-Jun-04 6:09 
GeneralRe: VS2K3 doesn't copy file reference Pin
CBoland7-Jun-04 8:45
CBoland7-Jun-04 8:45 
Heath,

Thank you for taking time with my question.

All references, as stated in the problem definition, are set to CopyLocal=True, yet indirect dependencies (references of references) are not copied, at least not file references.

Looking at the various projects in my solution, I see the Project references are linked to the 'obj' folder of the referenced project. Now I wonder when dependencies are copied and how they are determined, because this process seems to miss the indirect file references. Interestingly, however, the Deployment projects do a more exhaustive search along the dependency hierarchy because it finds many related files. My solution uses MS Commerce Server and some of the projects have two dozen or so dependencies, most of which don't need to be deployed because Commerce Server is a product pre-installed on the target machines.

While writing this reply, I created a small sample project to illustrate my point. In the sample, App1.exe has a project reference to ProjRef1.dll. ProjRef1 has a file reference to FileRef1.dll (which is not part of the solution) and, naturally, it works correctly. Maybe there's a problem with the size of my solution (30 projects).
GeneralRe: VS2K3 doesn't copy file reference Pin
Heath Stewart7-Jun-04 8:47
protectorHeath Stewart7-Jun-04 8:47 
GeneralThreading and errors Pin
Russell Jones7-Jun-04 5:44
Russell Jones7-Jun-04 5:44 
GeneralRe: Threading and errors Pin
Heath Stewart7-Jun-04 6:20
protectorHeath Stewart7-Jun-04 6:20 
Generaldatasets, databinding and dataviews Pin
HappyPaws7-Jun-04 4:42
HappyPaws7-Jun-04 4:42 
GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart7-Jun-04 5:21
protectorHeath Stewart7-Jun-04 5:21 
GeneralRe: datasets, databinding and dataviews Pin
HappyPaws7-Jun-04 7:43
HappyPaws7-Jun-04 7:43 
GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart7-Jun-04 8:31
protectorHeath Stewart7-Jun-04 8:31 
GeneralRe: datasets, databinding and dataviews Pin
HappyPaws8-Jun-04 2:39
HappyPaws8-Jun-04 2:39 
GeneralRe: datasets, databinding and dataviews Pin
Heath Stewart8-Jun-04 3:13
protectorHeath Stewart8-Jun-04 3:13 
GeneralUpdate Stored Procedure throws Exception "Expects Parameter..." Pin
STW7-Jun-04 3:05
STW7-Jun-04 3:05 
GeneralRe: Update Stored Procedure throws Exception "Expects Parameter..." Pin
Heath Stewart7-Jun-04 3:42
protectorHeath Stewart7-Jun-04 3:42 
GeneralScrollable control with gradient background Pin
ongo7-Jun-04 3:03
ongo7-Jun-04 3:03 
Generalcode for db acess in C# Pin
Md Saleem Navalur7-Jun-04 2:33
Md Saleem Navalur7-Jun-04 2:33 
GeneralRe: code for db acess in C# Pin
Heath Stewart7-Jun-04 4:05
protectorHeath Stewart7-Jun-04 4:05 
GeneralMalformed Web Response Pin
MrEyes7-Jun-04 2:06
MrEyes7-Jun-04 2:06 
GeneralRe: Malformed Web Response Pin
Heath Stewart7-Jun-04 3:48
protectorHeath Stewart7-Jun-04 3:48 
Generalarray marshalling from c# to COM Pin
rana747-Jun-04 1:04
rana747-Jun-04 1:04 

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.