maf
Can "AddInProcess.exe has stopped working" be suppressed?
I am attempting to sandbox potentially malicious code by executing it within a MAF plugin launched in its own process:[详细]
2023-04-05 10:10 分类:问答System.AddIn AddInView assembly strong name issue
I\'ve built up an application that works using the System.AddIn APIs.Add-ins are currently activated in an external AppDomain with Internet trust.[详细]
2023-04-04 05:40 分类:问答Catch Exception in AddInToken.Activate<T>()
I use MAF and I have a problem with activating the addin. Let me explain my plan. First I create a secondary AppDomain then I try to activate the addin:[详细]
2023-03-20 17:57 分类:问答UI thread for each MAF AddIn
I work with the MAF in WPF and I have problems with the UI threads. I would like that each AddIn that I activate become a unique UI thread.[详细]
2023-03-16 07:27 分类:问答How can I dynamically load and unload .Net assemblies inside a WCF service
I want to develop a windows service 开发者_Go百科hosted wcf web service that would behave as a task execution management and reporting service. Each task would be represented as a .net assembly, the t[详细]
2023-03-04 23:53 分类:问答How should I organize reference assemblies for AddIns when using Microsoft AddIn Framework
Here is my scenario: I am using the Microsoft AddIn Framework for my project in order to have a nice plugin architecture.I also have a custom API I made compiled into a dll.The host application and a[详细]
2023-02-15 18:11 分类:问答Can IoC and the Managed AddIn Framework (System.AddIn) work together with isolated AppDomains?
If I use Managed AddIn Framework (System.AddIn)and set it up to use separate AppDomains, can I use a centralized IoC container that is in the primary/default AppDomain? Can the IoC container resolve a[详细]
2023-02-13 11:37 分类:问答Problem activating MAF add-in with custom AppDomain
I am trying to use the overload of MAF\'s AddInToken.Activate() method that accepts an AppDomain, so that I can pass an application domain created by my client application.[详细]
2023-01-25 17:58 分类:问答How should add-ins in restricted AppDomains access escalated services
I\'ve currently used MAF to create an add-in model where the add-ins are loaded in a restricted AppDomain (Internet permissio开发者_如何学运维n).This means that the add-in can\'t call our database whi[详细]
2023-01-24 05:21 分类:问答Looking for a practical approach to sandboxing .NET plugins
I am looking for a simple and secure way to access plugins from a .NET application. Although I imagine that this is a very common requirement, I am struggling to find anything that meets all my needs:[详细]
2023-01-24 04:19 分类:问答