Click here to Skip to main content
16,004,806 members
Home / Discussions / C#
   

C#

 
Generalsending objects Pin
bouli11-May-04 21:33
bouli11-May-04 21:33 
GeneralRe: sending objects Pin
Dave Kreskowiak12-May-04 3:02
mveDave Kreskowiak12-May-04 3:02 
GeneralRe: sending objects Pin
Heath Stewart12-May-04 3:43
protectorHeath Stewart12-May-04 3:43 
GeneralRe: sending objects Pin
bouli12-May-04 4:38
bouli12-May-04 4:38 
GeneralRe: sending objects Pin
Dave Kreskowiak12-May-04 11:30
mveDave Kreskowiak12-May-04 11:30 
GeneralTo get independent Copy of the project Pin
Naga the bug fixer11-May-04 21:00
Naga the bug fixer11-May-04 21:00 
GeneralRe: To get independent Copy of the project Pin
sreejith ss nair12-May-04 1:49
sreejith ss nair12-May-04 1:49 
GeneralRe: To get independent Copy of the project Pin
Heath Stewart12-May-04 3:46
protectorHeath Stewart12-May-04 3:46 
When you add references to other projects in the Add Reference dialog, click on the Project tab and select the projects from there instead of using the assemblies themselves. Not only does this keep your build configuration in sync (so that when you do a release build, the release assemblies from each project are used), but it also establishes build dependencies so that if you make a change in a dependent project and compile the project that depends on it, both are recompiled.

Also: a word of warning. Using automatically generated assembly versions (when you specify an asterisk (*) in your AssemblyVersionAttribute is dangerous in large solutions, especially when there doesn't exist a dependency that covers all projects (so that your executable would have a local copy of all current assemblies in your solution).

This is the correct way of solving this problem. The right assemblies using the right build and compiling against the right versions is always kept in sync.

 

Microsoft MVP, Visual C#
My Articles
GeneralEstimated Time Left Pin
The_Soul_Of_Rock11-May-04 20:34
The_Soul_Of_Rock11-May-04 20:34 
GeneralRe: Estimated Time Left Pin
CWIZO11-May-04 20:41
CWIZO11-May-04 20:41 
GeneralRe: Estimated Time Left Pin
The_Soul_Of_Rock11-May-04 23:04
The_Soul_Of_Rock11-May-04 23:04 
GeneralRe: Estimated Time Left Pin
Dave Kreskowiak12-May-04 3:01
mveDave Kreskowiak12-May-04 3:01 
GeneralRe: Estimated Time Left Pin
Jeff Varszegi12-May-04 7:00
professionalJeff Varszegi12-May-04 7:00 
GeneralRe: Estimated Time Left Pin
Dave Kreskowiak12-May-04 11:28
mveDave Kreskowiak12-May-04 11:28 
GeneralRe: Estimated Time Left Pin
Jeff Varszegi12-May-04 13:06
professionalJeff Varszegi12-May-04 13:06 
GeneralAdd ComboBox To DataGrid In DotNet 1.1 Pin
Anonymous11-May-04 20:11
Anonymous11-May-04 20:11 
GeneralAdd ComboBox To DataGrid In DotNet 1.1 Pin
sreejith ss nair12-May-04 1:39
sreejith ss nair12-May-04 1:39 
GeneralPerform initialisation after the form is visible Pin
jvbragt11-May-04 19:43
jvbragt11-May-04 19:43 
GeneralRe: Perform initialisation after the form is visible Pin
CWIZO11-May-04 19:46
CWIZO11-May-04 19:46 
GeneralRe: Perform initialisation after the form is visible Pin
Vadim Tabakman11-May-04 19:50
Vadim Tabakman11-May-04 19:50 
GeneralIAsync Pin
sreejith ss nair11-May-04 19:31
sreejith ss nair11-May-04 19:31 
GeneralRe: IAsync Pin
Dave Kreskowiak12-May-04 2:57
mveDave Kreskowiak12-May-04 2:57 
Generaldetect a new record entered/updated in MS SQL Pin
Vu Truong11-May-04 17:10
Vu Truong11-May-04 17:10 
GeneralRe: detect a new record entered/updated in MS SQL Pin
Aryadip11-May-04 17:41
Aryadip11-May-04 17:41 
GeneralRe: detect a new record entered/updated in MS SQL Pin
Mazdak11-May-04 20:06
Mazdak11-May-04 20:06 

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.