Click here to Skip to main content
16,007,163 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: binary MSIL file format? Pin
aiwadisc16-Feb-04 10:04
aiwadisc16-Feb-04 10:04 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:30
Corinna John16-Feb-04 19:30 
GeneralRe: binary MSIL file format? Pin
Corinna John16-Feb-04 19:36
Corinna John16-Feb-04 19:36 
GeneralThank :-) Pin
aiwadisc16-Feb-04 21:56
aiwadisc16-Feb-04 21:56 
GeneralFree .Net training Pin
Anonymous15-Feb-04 15:10
Anonymous15-Feb-04 15:10 
GeneralFree .Net training Pin
Tony M John15-Feb-04 15:08
Tony M John15-Feb-04 15:08 
GeneralVersion problem broke code Pin
Larry S13-Feb-04 12:13
Larry S13-Feb-04 12:13 
QuestionHow to deploy common .dlls (assemblies) Pin
billdwilson313-Feb-04 10:20
billdwilson313-Feb-04 10:20 
I have a large enterprise application. It involves 50 - 100 seperate .exes and several thousand .dlls. We want to group the .exes in their own directories with the .dlls they use. There are about 100 base .dlls that are commonly used. We would like to keep these in a single directory and let all the other apps use them.

This does not appear to be possible. We can place them in the Global Assembly cache, but they have to be strongly named. If I understand correctly, using strong names will require me to rebuild all the apps that reference them each time we change one of the base .dlls.

The ony other alternative seems to be to put a copy of each .dll used by an application in the same directory as the application. This causes us to have many locations to keep synchronized, or keep all the .dlls and .exes in the sam directory.

Is there a better way?? Am I missing something here?

Thanks for any help I receive.
AnswerRe: How to deploy common .dlls (assemblies) Pin
Werdna15-Feb-04 16:56
Werdna15-Feb-04 16:56 
GeneralRe: How to deploy common .dlls (assemblies) Pin
Werdna15-Feb-04 16:57
Werdna15-Feb-04 16:57 
GeneralAccessing .NET Remote from .NET compact framework Pin
Anonymous13-Feb-04 10:05
Anonymous13-Feb-04 10:05 
GeneralCom Interop Pin
Anonymous12-Feb-04 23:46
Anonymous12-Feb-04 23:46 
GeneralRe: Com Interop Pin
Mike Dimmick13-Feb-04 2:46
Mike Dimmick13-Feb-04 2:46 
GeneralRe: Com Interop Pin
Anonymous15-Feb-04 3:19
Anonymous15-Feb-04 3:19 
GeneralRe: Com Interop Pin
Nick Parker15-Feb-04 4:24
protectorNick Parker15-Feb-04 4:24 
QuestionUser Control as a Form Container? Pin
JerryTanski12-Feb-04 10:14
JerryTanski12-Feb-04 10:14 
AnswerRe: User Control as a Form Container? Pin
John Kuhn12-Feb-04 17:56
John Kuhn12-Feb-04 17:56 
GeneralFloatToInt32Bits and Int32BitsToFloat Pin
Paul Selormey11-Feb-04 17:06
Paul Selormey11-Feb-04 17:06 
Generaldata Binding Pin
CSharpDavid11-Feb-04 10:17
CSharpDavid11-Feb-04 10:17 
GeneralRe: data Binding Pin
John Kuhn11-Feb-04 17:00
John Kuhn11-Feb-04 17:00 
GeneralControling the sort of datetimes in a DataGrid Pin
KC@CodeProject11-Feb-04 5:15
KC@CodeProject11-Feb-04 5:15 
GeneralFloating point error in .NET Pin
eparkes10-Feb-04 6:25
eparkes10-Feb-04 6:25 
GeneralRe: Floating point error in .NET Pin
Colin Angus Mackay10-Feb-04 6:46
Colin Angus Mackay10-Feb-04 6:46 
GeneralRe: Floating point error in .NET Pin
Nick Parker10-Feb-04 8:35
protectorNick Parker10-Feb-04 8:35 
GeneralRe: Floating point error in .NET Pin
Colin Angus Mackay10-Feb-04 12:47
Colin Angus Mackay10-Feb-04 12:47 

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.