Hi,
I have seen basic explanations about AppDomains and they kind of make a bit of sense but I am not sure exactly where the boundary is. For example this scenario
I have 3 seprate projects ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20748729.html
Zones:
.NETDate Answered: 01/02/2004 Grade: B Views: 0
Okay, I've struggled with this long enough, and I was hoping that somebody can give me a direction to go in that would provide a better solution. I am using the following code in VB.NET 2003 to dy...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21097213.htm...
How do I load an assembly from assembly cache and not from exact path with AppDomain?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21254285.html
Zones:
C#Date Answered: 01/02/2005 Grade: A Views: 0
Well I've been working on so many incarnations of this project I don't even know if I'm tackling it the right way anymore.
I am making a plugin style mdi.
single exe load separate dll's into it...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21462429.html
Zones:
C#Date Answered: 06/22/2005 Grade: A Views: 4
Hi,
Every time a connection is made to IIS it creates another app domain for that connection/USER to operate in. How can I retrieve this list of USERS / AppDomains . What must I iterate throug...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23101919.html
Zones:
C++Date Answered: 01/28/2008 Grade: A Views: 10
Here's what I'm trying to do. I have an app that searches for plugins at
runtime. It does this by loading each assembly in the plugins folder and
checking to see if it implements the plugins in...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21459926.htm...
In IIS 6, there is a notion of an AppDomain to isolate applications from each other for security, availability, performance(that's what I've read so far). From my understanding, when there are mul...
http://www.experts-exchange.com/Microsoft/Development/.NET/Q_23004520.html
Hi all,
Here is my scenario:
I have a Winform application named "WinApp"
MainForm have:
- two textboxs, 1 for hold the file name, 1 for hold the command
- two buttons, 1 for selecte dll ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21283005.html
Zones:
C#Date Answered: 01/26/2005 Grade: A Views: 228
I need to use 'MS enterprise instrumentation framework' for logging from my framework (all
dlls) I am going to build.
I have no clue who may uses this framework and there may not be any lo...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21298063.html
Zones:
C#Date Answered: 03/11/2005 Grade: A Views: 0
C# app domains, createinstanceandunwrap.
Hello,
Anybody have experience of using application domains and asseblies loaded into the domain, with assemblies provided from many c# scripts (whi...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22667231.html