Click here to Skip to main content
15,896,606 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralBest Practices for Modular Approach in Microsft.NET and Microsoft Commerce Server 2002 Pin
kandasamyg20-Jan-04 17:26
kandasamyg20-Jan-04 17:26 
GeneralArrayList Question Pin
bneacetp20-Jan-04 6:52
bneacetp20-Jan-04 6:52 
GeneralRe: ArrayList Question Pin
bneacetp20-Jan-04 7:01
bneacetp20-Jan-04 7:01 
GeneralRe: ArrayList Question Pin
Mike Dimmick22-Jan-04 4:48
Mike Dimmick22-Jan-04 4:48 
GeneralRe: ArrayList Question Pin
bneacetp22-Jan-04 13:56
bneacetp22-Jan-04 13:56 
GeneralLow Pause-Time Garbage Collector Pin
Andrew Shapira19-Jan-04 20:14
Andrew Shapira19-Jan-04 20:14 
GeneralQuestion about installation and version of .NET Framework Pin
Korby19-Jan-04 19:54
Korby19-Jan-04 19:54 
GeneralRemove Lock on (assembly) File Pin
Paul Farry19-Jan-04 18:52
professionalPaul Farry19-Jan-04 18:52 
I have a sub in my VB.Net that is loading a plugin into my Host Application.

I have a method in the system that allows a specific plugin to be unloaded. But I cannot get the assembly to allow me to delete/replace the DLL in the system. I've extracted this out to as simple as I can.

Am I missing something in this code that would allow me to do it.

<br />
Imports System.Reflection<br />
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
<br />
        Dim objDLL As [Assembly]<br />
        objDLL = [Assembly].LoadFrom("Z:\broker\plugins\EODStoretoXML.dll")<br />
        objDLL = Nothing<br />
        System.GC.Collect()<br />
        System.GC.WaitForPendingFinalizers()<br />
        System.GC.Collect()<br />
    end Sub<br />

GeneralRe: Remove Lock on (assembly) File Pin
clon20-Jan-04 1:00
clon20-Jan-04 1:00 
GeneralIEnumUnknown Implementation Pin
shawnzhou19-Jan-04 15:08
shawnzhou19-Jan-04 15:08 
GeneralChanging Font Style of TabPage text Pin
nvmoss19-Jan-04 10:01
nvmoss19-Jan-04 10:01 
QuestionCan we compile IL to x86 assembly? Pin
Judah Gabriel Himango19-Jan-04 5:34
sponsorJudah Gabriel Himango19-Jan-04 5:34 
AnswerRe: Can we compile IL to x86 assembly? Pin
Daniel Turini19-Jan-04 6:14
Daniel Turini19-Jan-04 6:14 
GeneralRe: Can we compile IL to x86 assembly? Pin
Judah Gabriel Himango19-Jan-04 7:35
sponsorJudah Gabriel Himango19-Jan-04 7:35 
GeneralRe: Can we compile IL to x86 assembly? Pin
Daniel Turini19-Jan-04 7:41
Daniel Turini19-Jan-04 7:41 
GeneralApp domain vs. process Pin
Hesham Amin17-Jan-04 4:28
Hesham Amin17-Jan-04 4:28 
GeneralRe: App domain vs. process Pin
Mike Dimmick19-Jan-04 6:10
Mike Dimmick19-Jan-04 6:10 
GeneralRe: App domain vs. process Pin
Hesham Amin19-Jan-04 10:25
Hesham Amin19-Jan-04 10:25 
Generalcapturing user's action Pin
dnprock16-Jan-04 13:27
dnprock16-Jan-04 13:27 
Question(MSMQ) Whats the Best Way to Poll a Queue? Pin
Vlad Gabovich15-Jan-04 11:33
Vlad Gabovich15-Jan-04 11:33 
GeneralInfo on MS Intermediate Language Pin
Aamir Mughal15-Jan-04 2:40
Aamir Mughal15-Jan-04 2:40 
GeneralRe: Info on MS Intermediate Language Pin
Mike Dimmick15-Jan-04 4:05
Mike Dimmick15-Jan-04 4:05 
GeneralSOAP and serialization Pin
ProffK14-Jan-04 23:10
ProffK14-Jan-04 23:10 
GeneralWord-addin Pin
klawipo14-Jan-04 6:29
klawipo14-Jan-04 6:29 
GeneralAdvanced Collision Detection with GDI+ Pin
david@mindplay.com13-Jan-04 9:34
david@mindplay.com13-Jan-04 9:34 

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.