An application domain is an isolated environment in which Microsoft .NET assemblies can be sandboxed, granted specific permissions or PermissionSets and executed.
-2
votes
0answers
24 views
Loading assembly in another appdomain from another folder with dependencies
I've found a few variants of this question but it seems mixing all those criterias produces it's own set of errors when you want your assembly loaded
In another appdomain
From another folder
With ...
1
vote
0answers
39 views
Understanding AppDomains and strong naming
I'm trying to create a sandbox for where I can load plugins. I create the AppDomain and specify a StrongName for my host assembly, and my understanding is that any code running in the assembly that is ...
0
votes
0answers
54 views
Dll usage by .NET application
Have a question for .NET experts.
I have a set of WinForms applications which uses some subset of dll's (some of them are shared between those apps). All binaries resides in the same directory. I ...
0
votes
0answers
35 views
Event handler throws FileNotFoundException for assembly
I'm trying to validate resources of resource dictionaries. Therefore, I create a new AppDomain with a window, showing the resources. Of course, some of the resources are user controls, needing their ...
1
vote
1answer
33 views
C# Winforms - Trying to display OpenFileDialog by adding FileDialogPermission to AppDomainSetup
I'm trying understand Sandboxing in .Net4.0 but stumbled over this problem and unsure how to get around it within a C# Windows Form application.
Within solution explorer I have 2 projects. The first ...
1
vote
0answers
23 views
+50
DoCallBack CrossAppDomainDelegate behavior for non-static delegates
Please consider the following piece of code:
// Create a new application domain
AppDomain ad = AppDomain.CreateDomain("New domain");
Worker work = new Worker();
// if Worker class is marked as ...
0
votes
1answer
31 views
How does WCF instancing affect the context in which methods are called?
WPF Instancing: when set to per-call, does a new "instance" get created under the same process as the service. Meaning that if the call runs out of memory it will crash the service as well?
1
vote
0answers
27 views
.NET ConfigurationErrorsException
I seem to get the exception:
ConfigurationErrorsException was unhandled:
Configuration system failed to initialize
When I call Dns.GetHostName()
It seems to be linked to when the AppDomain is ...
1
vote
1answer
12 views
How application domain can be useful in exception handling?
I know little bit about the concept of application domain. We can delete the appdomain to unload the dll.
Is it possible to use appdomain for better exception handling? How it can be used?
1
vote
1answer
54 views
How do I instantiate CorRuntimeHost from mscoree.tlb in PowerShell?
I want to enumerate all the AppDomains in the current process from PowerShell. The process happens to be Visual Studio, which is hosting StudioShell. To do that I need to instantiate CorRuntimHost, ...
0
votes
0answers
29 views
Dynamic load assembly, how to specify the abstraction?
Assuming I have 3 levels of abstraction in different dll, composing my application
Primitive
Basic implements Primitive
Foo implements Basic
And my application load dynamically the Foo ...
0
votes
0answers
14 views
can we load types from the appdomain?
My application does not have a configuration. Will I be able to still use the spring framework?
I'm also looking to load assemblies into my appdomain on the fly...now how do I use types loaded in ...
0
votes
0answers
33 views
Passing an unmanaged IntPtr across app domains with NetPipes
.NET 4.5, Win 8, 64bit
I have an IntPtr to 4 GB unmanaged array. I want to pass it async to a WCF NetPipes Windows Service, which is supposed to read it, push it to DB then deallocate it.
I am aware ...
1
vote
0answers
33 views
Passing an unmanaged pointer between two AppDomains (By indirect call)
.NET 4.5, 64bit Win8
I have two MSMQ running under WCF and hosted under Windows Activation Service.
Execute MSMQ: Responsible for calling an unmanaged function and obtaining a pointer IntPtr to 4GB ...
1
vote
3answers
36 views
C#, MAF, Unhandled Exception Management in separate AppDomain
Okay, so I have a MAF application which loads up each addin inside of a separate appdomain. This is working fantastic for what I need as it allows me to dynamically unload and reload my addins at ...
0
votes
0answers
30 views
.NET Rapidly Loading and Unloading AppDomains
I have a situation where a user could potentially load and unload an AppDomain quite rapidly... It's an edge case for sure, but still...
Every so often, it would seem that I get a Configuration ...
4
votes
1answer
100 views
Unit testing with Roslyn.Services.Workspace results in a SecurityException while working at x86 target
I'm working on set of constants for my project, and I'd like to use roslyn to verify some of them in source code level. To achieve this, I'm loading entire solution using following snippet into ...
0
votes
2answers
47 views
FileNotFound when load assembly with dependency to another domain
I'm trying to make application with plugins. I have MainLib.dll, where I made some commnon interface(let it be ICommon) with 1 method. Then, I made 2 .dlls(plugins) which have reference to MainLib.dll ...
0
votes
1answer
43 views
AppDomain.Load() fails with FileNotFoundException
I'm trying to load my plugin dll into separate AppDomain, but Load() method fails with FileNotFoundException. Moreover, it seems like setting PrivateBinPath property of AppDomainSetup has no effect, ...
0
votes
2answers
61 views
Loading DLLs into a separate AppDomain with known only common interface
I need to load .dll(plugins) in another domain. In main app I don't know anything about plugins types, only that they implement common interface ICommonInterface with some methods. So this code ...
0
votes
2answers
57 views
Application crash when anoter domain throws exception
I'm studing C#. I read books of Andrew Troelsen "C# and the .NET Platform" and Jeffrey Richter's "CLR via C#". Now, I'm trying to make application, which will load assemblies from some directory, push ...
1
vote
0answers
40 views
AppDomainManager with an XBAP
I'm trying to dynamically load an application domain manager within an XBAP. When running the application, the application domain manager is never hit and VS tells me that symbols are not loaded for ...
3
votes
2answers
70 views
Communication between two WCF service libraries on the same Windows Service host
The project I'm currently working on includes a server that receives C# scripts (partial code) from clients, wraps it to create a complete class, compiles it then load it into a separate AppDomain for ...
0
votes
0answers
41 views
OutOfMemoryException when unloading AppDomains after calling FreeLibrary
I have a plugin framework that needs to run plugins one at a time in a separate app domain. Some of these plugins may use unmanaged C++ dlls. Different plugins may depend on different versions of ...
1
vote
0answers
66 views
Loading app.config into the AppDomain
I can't get the App.Config file to load into the App Domain.
I'm using
[System.AppDomain]::CurrentDomain.SetData("APP_CONFIG_FILE", $config_path)
from Powershell Calling .NET Assembly that uses ...
1
vote
0answers
21 views
FileNotFoundException while subscribing to event in MarshalByRefObject
I have application wich uses AppDomains. From main application A (it doesn't have assembly with B loaded) i create some form B, then give an object to that form.
Then i'm trying to do like this ...
0
votes
1answer
28 views
Performance of the FrameworkElementAdapters class
Can't figure why cross-domain calls is so slow for FrameworkElementAdapters class. Here is a simple code:
class Program
{
[STAThread]
static void Main()
{
AppDomain domain = ...
-1
votes
0answers
51 views
c# winform can't catch thirdparty dll error and forced to closed
I have c# winform using other one's dll file in my winform, but in the runtime, it often got error causing but dll which i coudn't catch, and I use the following to catch, but still got the same, I ...
1
vote
1answer
42 views
ISessionFactory object thru Appdomain bondaries
(I'm a little hopeless about this question, since I haven't found any article pointing to what I want).
Anyways:
Is there any way to share a single ISessionFactory (SessionFactoryImpl) between ...
0
votes
1answer
44 views
IoC Conflicts within a WCF Service
We've created several WCF services that process asynchronous requests. We're using basicHttpBinding, consequently our InstanceContextMode is PerCall and this is what's causing a little confusion. ...
1
vote
3answers
58 views
Base Directory - Illegal characters in path
I'm having problems with a line where the base directory (the location of the .exe itself) is found, and a line from a text file within is read.
It's throwing up the 'illegal characters in path' ...
1
vote
1answer
59 views
Is it overkill to create separate AppDomains just to have isolated config files? Any alternatives?
I am building a server application that will have different modules, which are essentially sets of functionality providing various endpoints for communication.
For example,
Module 1 - WCF endpoints
...
0
votes
1answer
79 views
CreateInstanceAndUnwrap fails to load assembly
I am trying to load an assembly A in a new AppDomain in my console application with same base directory and RelativePath as the default domain.
When I create a type from A using CreateInstanceFrom it ...
2
votes
2answers
224 views
How to compile C# DLL on the fly, Load, and Use
A) compiling C# EXE's and DLL's on the fly are relatively easy.
B) Executing an EXE means that a new application is run. Loading a DLL means that methods and functions can be used in cases that may be ...
10
votes
1answer
143 views
Global regex match timeout works in console application, but not in ASP.NET MVC app
I'm trying to use .NET 4.5's new regular expression match timeout, specifically the global variant via AppDomain.CurrentDomain.SetData with the "REGEX_DEFAULT_MATCH_TIMEOUT" property (the variant ...
0
votes
0answers
12 views
missingmethodexception when calling createinstance on appdomain
I am working on a web-based enterprise application which handles requests from multiple clients. To maintain the separation of data between the clients, I'm thinking of using AppDomains.
Consider the ...
1
vote
1answer
79 views
Does setting AssemblyName.CodeBase force the assembly to be loaded in the LoadFrom context?
Does setting AssemblyName.CodeBase force the assembly to be loaded in the LoadFrom context?
I'm working on a kind of plugin system. I need to be able to use Type.GetType etc... At any place in my ...
2
votes
1answer
56 views
Dynamically Updating a Loaded Dll
I am creating two solutions for a project I am working on, one for the main server, which will ideally continuously run without need for update. The secondary solution is a DLL, where programmers will ...
3
votes
4answers
183 views
AppDomain unhandled exceptions
There are plenty of topics covering the question. But nevertheless I have a problem.
I load the assembly into new AppDomain like this:
public void Run()
{
//There's the problem.
//As Panos ...
0
votes
0answers
53 views
Set AppDomainSetup.ApplicationBase to a path that doesn't contain my application
I've written a tool that takes a path to a set of DLLs for a 3rd party application. This path is used in a handler added to AppDomain.CurrentDomain.AssemblyResolve.
This was working fine until I ...
0
votes
1answer
73 views
Cross-appDomain access to Console.Out
I need to read standart output from application (Core.exe) that runs in the same process but in different appDomain. It's quite easy to redirect output when one deals with process but the appDomains ...
1
vote
2answers
57 views
Unload child AppDomain that contains POS hardware causing CannotUnloadAppDomainException
I am using .net 4.0, with POS.net 1.12 and I create a hardware class in a new child AppDomain so that any unhandled exceptions do not kill my parent AppDomain.
I can create the child AppDomain and ...
0
votes
0answers
25 views
Why does my spawned thread open in the parent AppDomain instead of the current child AppDomain?
We have a service that runs multiple (and varied, depending on pieces installed) assembly modules. Each module is run in its own AppDomain because we can have multiple instances of the same assembly ...
0
votes
0answers
60 views
NUnit and AppDomain's UnhandledExceptionEventHandler
I'm having some issues writing a unit test in NUnit that checks that a custom exception (ProcessException) is thrown by a background worker in its RunWorkerCompleted event - for the sake of argument ...
0
votes
1answer
53 views
Full ASP.NET-style AppDomain assembly isolation
I'm writing a plugin architecture for an automation scheduler which needs to be robust, so I'm attempting to do ASP.NET/IIS-style AppDomains -- i.e. each AppDomain is really treated as its own ...
0
votes
0answers
17 views
Find Applications in AppDomain for MS Office Plugin?
Does anyone know of a way to find Application's inside an AppDomain?
Currently, I'm developing a WPF Application that gets launched from an Office Add-In. These pieces were built before I got here ...
2
votes
1answer
99 views
Asp.Net Mvc - Is it safe to store things in a static variable that's reinitialized in Application_Start
I have some general non-critical information on the current deployment that is collected inside Application_Start and is currently stored in a public static readonly string.
It's just a small string ...
2
votes
0answers
98 views
Cross AppDomain async method call
From the main AppDomain, I am trying to call an async method defined in a type instantiated in a different AppDomain.
For example, the following type MyClass inherits from MarshalByRefObject and is ...
1
vote
1answer
121 views
How do I pass CancellationToken across AppDomain boundary?
I have a command object, doing work based on a request from a request queue. This particular command will execute its work in a child appdomain. Part of doing its work in the child appdomain involves ...
1
vote
3answers
66 views
Does Environment.Exit called from any AppDomain exit the entire process if not IsDefaultAppDomain?
My original belief about Environment.Exit was this:
If called from the default AppDomain, the process would terminate.
If called from an AppDomain other than default, the AppDomain would terminate ...
