Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralIntercept rendered html code Pin
Anonymous11-Sep-02 4:19
Anonymous11-Sep-02 4:19 
GeneralReloading explorer.exe Pin
Eka11-Sep-02 1:57
Eka11-Sep-02 1:57 
GeneralRe: Reloading explorer.exe Pin
Rickard Andersson2011-Sep-02 2:34
Rickard Andersson2011-Sep-02 2:34 
GeneralRe: Reloading explorer.exe Pin
Jason Gerard12-Sep-02 7:57
Jason Gerard12-Sep-02 7:57 
Questionhow to load a dll at runtime Pin
fftongzhi10-Sep-02 21:39
fftongzhi10-Sep-02 21:39 
AnswerRe: how to load a dll at runtime Pin
Nish Nishant10-Sep-02 22:04
sitebuilderNish Nishant10-Sep-02 22:04 
GeneralRe: how to load a dll at runtime Pin
fftongzhi10-Sep-02 22:46
fftongzhi10-Sep-02 22:46 
GeneralRe: how to load a dll at runtime Pin
leppie10-Sep-02 23:54
leppie10-Sep-02 23:54 
fftongzhi wrote:
but use assembly ,you can only load a dll,can't unload it.

Unfortunately , the only way to unload an assembly is to unload the appdomain. You will need to load the assembly in a different AppDomain to succeed with your problem. Look at the Supergraph Calculator example on MSDN by Eric Gunnerson (2 parts).

I have attempted this , and failed miserably. So good luck. Smile | :)
GeneralRe: how to load a dll at runtime Pin
fftongzhi11-Sep-02 0:13
fftongzhi11-Sep-02 0:13 
GeneralRe: how to load a dll at runtime Pin
fftongzhi11-Sep-02 20:47
fftongzhi11-Sep-02 20:47 
GeneralRe: how to load a dll at runtime Pin
Paul Riley11-Sep-02 23:35
Paul Riley11-Sep-02 23:35 
GeneralRe: how to load a dll at runtime Pin
fftongzhi12-Sep-02 1:24
fftongzhi12-Sep-02 1:24 
GeneralRe: how to load a dll at runtime Pin
Paul Riley12-Sep-02 1:31
Paul Riley12-Sep-02 1:31 
GeneralRe: how to load a dll at runtime Pin
fftongzhi12-Sep-02 2:11
fftongzhi12-Sep-02 2:11 
GeneralRe: how to load a dll at runtime Pin
leppie12-Sep-02 2:01
leppie12-Sep-02 2:01 
GeneralRe: how to load a dll at runtime Pin
fftongzhi12-Sep-02 3:58
fftongzhi12-Sep-02 3:58 
GeneralRe: how to load a dll at runtime Pin
leppie12-Sep-02 2:28
leppie12-Sep-02 2:28 
GeneralRe: how to load a dll at runtime Pin
fftongzhi12-Sep-02 16:29
fftongzhi12-Sep-02 16:29 
GeneralRe: how to load a dll at runtime Pin
leppie12-Sep-02 23:41
leppie12-Sep-02 23:41 
GeneralRe: how to load a dll at runtime Pin
fftongzhi13-Sep-02 0:03
fftongzhi13-Sep-02 0:03 
GeneralRe: how to load a dll at runtime Pin
leppie13-Sep-02 0:11
leppie13-Sep-02 0:11 
GeneralRe: how to load a dll at runtime Pin
fftongzhi15-Sep-02 18:36
fftongzhi15-Sep-02 18:36 
AnswerRe: how to load a dll at runtime Pin
fftongzhi12-Sep-02 23:06
fftongzhi12-Sep-02 23:06 
GeneralRunning VS .NET on NT 4.0 Pin
Zinj10-Sep-02 19:30
sussZinj10-Sep-02 19:30 
GeneralRe: Running VS .NET on NT 4.0 Pin
James T. Johnson10-Sep-02 19:33
James T. Johnson10-Sep-02 19:33 

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.