barkinmadscot
New member
- Joined
- Apr 23, 2012
- Messages
- 2
- Programming Experience
- 5-10
Hi,
Not sure if this is the correct place for this post
What I am trying to do is update dll's in my application.
Using VB with dotnet 2 (Visual Studio 2010)
The Project has a number of Dll's one of each department i.e. Sales is sales.dll... Development is development.dll etc....
Each dll has classes/User controls which is used and dispose depending on the section within the application.
Once work has been completed with a dll, it put in the deployment area, currently another is program launching checks the file verison and updates as required, before the main application lauches, this works. The exe hasn't needed updated for a long time as all the changes are in the dlls.
What i have been looking at is update method for the dll's dymanically, when not in use, when the dll called into use or disposed of.
I have looking at LoadLibrary/FreeLibrary and application.domain. I have been reading loads and tried out some of the examples, with a modified to suit. I am just not getting it.
Is this possible?
Thanks for any advice & help in advance
Cheers
Barry
Not sure if this is the correct place for this post
What I am trying to do is update dll's in my application.
Using VB with dotnet 2 (Visual Studio 2010)
The Project has a number of Dll's one of each department i.e. Sales is sales.dll... Development is development.dll etc....
Each dll has classes/User controls which is used and dispose depending on the section within the application.
Once work has been completed with a dll, it put in the deployment area, currently another is program launching checks the file verison and updates as required, before the main application lauches, this works. The exe hasn't needed updated for a long time as all the changes are in the dlls.
What i have been looking at is update method for the dll's dymanically, when not in use, when the dll called into use or disposed of.
I have looking at LoadLibrary/FreeLibrary and application.domain. I have been reading loads and tried out some of the examples, with a modified to suit. I am just not getting it.
Is this possible?
Thanks for any advice & help in advance
Cheers
Barry
Last edited: