Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strange exception in a strange thread Pin
Heath Stewart4-Jan-04 8:16
protectorHeath Stewart4-Jan-04 8:16 
GeneralRe: Strange exception in a strange thread Pin
Broken God4-Jan-04 9:58
Broken God4-Jan-04 9:58 
GeneralCSharp Studying Pin
Melanius4-Jan-04 0:04
Melanius4-Jan-04 0:04 
GeneralRe: CSharp Studying Pin
leppie4-Jan-04 1:01
leppie4-Jan-04 1:01 
GeneralRe: CSharp Studying Pin
Melanius4-Jan-04 2:40
Melanius4-Jan-04 2:40 
GeneralRe: CSharp Studying Pin
Nick Parker4-Jan-04 6:18
protectorNick Parker4-Jan-04 6:18 
GeneralRe: CSharp Studying Pin
Michael P Butler4-Jan-04 3:53
Michael P Butler4-Jan-04 3:53 
GeneralLoading assemblies Pin
peon20043-Jan-04 21:56
susspeon20043-Jan-04 21:56 
Sorry for this question but I'm looking for a quick answer.

How does .NET load assemblies? - or better how does .NET find the assemblies to load?
For example: if I have myexe.exe which uses mydll.dll myseconddll.dll, etc. does the runtime scan the folder containing myexe.exe for all .dlls and loads them? What if I have 1000 .dlls in a single folder? Will the runtime load them all or just will scan them all?

My exact question is: I want to organize my program like that
main.exe
system/system.dll
system/gui.dll
plugins/someplugin.dll
plugins/moreplugins.dll
As you might guess what is in ./system/ will always be available and used by main.exe but what is in ./plugins/ could be different.

What methods do we have available to load .dlls? I'm currently reading Sam Haidar's article on late binding. Are there any other methods?

Could you please point me to information, where I can find an answer about this question.

I hope my question is clear enough.
GeneralRe: Loading assemblies Pin
leppie3-Jan-04 22:13
leppie3-Jan-04 22:13 
GeneralRe: Loading assemblies Pin
Heath Stewart4-Jan-04 8:09
protectorHeath Stewart4-Jan-04 8:09 
GeneralRe: Loading assemblies Pin
Broken God4-Jan-04 0:27
Broken God4-Jan-04 0:27 
Generalinserting images into access database Pin
Steve1_rm3-Jan-04 16:19
Steve1_rm3-Jan-04 16:19 
GeneralRe: inserting images into access database Pin
Heath Stewart3-Jan-04 17:30
protectorHeath Stewart3-Jan-04 17:30 
GeneralRe: inserting images into access database Pin
Anonymous3-Jan-04 18:02
Anonymous3-Jan-04 18:02 
GeneralRe: inserting images into access database Pin
Heath Stewart3-Jan-04 18:05
protectorHeath Stewart3-Jan-04 18:05 
GeneralRe: inserting images into access database Pin
Bo Hunter3-Jan-04 18:44
Bo Hunter3-Jan-04 18:44 
GeneralRe: inserting images into access database Pin
Mazdak3-Jan-04 19:36
Mazdak3-Jan-04 19:36 
Generalplease help me,my project......... Pin
Ahmed Gaser3-Jan-04 11:26
Ahmed Gaser3-Jan-04 11:26 
GeneralRe: please help me,my project......... Pin
leppie3-Jan-04 11:42
leppie3-Jan-04 11:42 
GeneralRe: please help me,my project......... Pin
Colin Angus Mackay3-Jan-04 11:53
Colin Angus Mackay3-Jan-04 11:53 
QuestionChange Locale in .Net? Pin
Juan Miguel Venturello3-Jan-04 11:17
Juan Miguel Venturello3-Jan-04 11:17 
AnswerRe: Change Locale in .Net? Pin
leppie3-Jan-04 11:47
leppie3-Jan-04 11:47 
GeneralRe: Change Locale in .Net? Pin
Juan Miguel Venturello3-Jan-04 13:33
Juan Miguel Venturello3-Jan-04 13:33 
GeneralRe: Change Locale in .Net? Pin
Heath Stewart3-Jan-04 17:13
protectorHeath Stewart3-Jan-04 17:13 
GeneralRe: Change Locale in .Net? Pin
Juan Miguel Venturello4-Jan-04 0:00
Juan Miguel Venturello4-Jan-04 0: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.