Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
185 views

ASP.NET Varying Trust Level Per-Page by Assembly?

I have two web applications (pre-compiled sites), one is first-party and will run at full trust. Another is third-party and should run at partial trust (or with specific permissions). ...
6
votes
2answers
803 views

That assembly does not allow partially trusted callers. InitializeComponent()

Scenario: I am in the process of refactoring one of our applications to use Nhibernate and came across this issue a couple weeks back. The issue was originally with Nhibernate and Castle and to solve ...
4
votes
3answers
360 views

Is it possible to use Silverlight RiaServices without IIS?

I want to use silverlight as my windows service interface. For that, I'm using a custom web server to provide the xap file and it works fine. Now I want to use RiaServices, but of course I there is ...
3
votes
1answer
153 views

Running MSTest in partial trust from within Visual Studio

I like to be able to run MSTest in partial trust. This would allow me to configure what the code, that my unit tests call, can and can't do. The problem I'm trying to solve is to let my automated ...
2
votes
2answers
267 views

Partial trust: How to instantiate a generic type without a generic type argument

I'm creating a reusable library for Silverlight. The library contains an internal generic type and I need to create a new instance of this generic type, but I at one point I don't have a generic type ...
2
votes
1answer
506 views

NPOI dll (third party excel writer dll)…System.Security.SecurityException: That assembly does not allow partially trusted callers

I had developed portal on Asp.net mvc framework.I had hosted this site at godaddy hosting.I had a great problem on integrating third party dll i.e. NPOI (excel writer dll).It dispaly following error. ...
2
votes
1answer
5k views

Assembly does not allow partially trusted caller

How do I change my library to allow partially trusted callers? I get the following error: Server Error in '/' Application. Security Exception Description: The application attempted ...
2
votes
1answer
356 views

How to save a picture from a partial trust XBAP app?

I have an XBAP app, which shows some pictures, and my users would like to save some of them to disk. But my XBAP app runs in the partial trust mode, so it can't initiate SaveFileDialog, not to mention ...
2
votes
1answer
276 views

Is it possible to run a stand-alone WPF application (non XBAP) in Partial Trust?

I thought if I do not use anything beyond simple graphic in a window, I would be able to run a stand-alone WPF application in Partial Trust (at least on Intranet). But unfortunately, even simplest ...
2
votes
2answers
220 views

How can I access my assembly version number in a partial trust environment (no FileIOPermission)

I'm trying to access the Version number of my assembly at runtime. The code I'm using for that requires a FileIOPermission, which I don't want to grant (I'm in the Internet Zone) ...
2
votes
2answers
3k views

How can I use the system.net section of my app.config in a partial trust environment?

I've a WCF application deployed using clickonce. It connects to my server using https, and everything works fine I use the default proxy when needed thanks to the following code: ...
1
vote
1answer
27 views

Why can't I subscribe to an event in a partial-trust AppDomain?

In my default (full-trust) AppDomain I want to create a sandbox AppDomain and subscribe to an event in it: class Domain : MarshalByRefObject { public event Action TestEvent; } Domain domain = ...
1
vote
1answer
44 views

Windows Server AppFabric Caching

I'm currently working on a ASP.NET MVC site where we have to run in partial trust. Now I'm facing a problem with connecting to AppFabric when in High Trust. No problems when running in full trust. ...
1
vote
1answer
443 views

Partial Trust JavaScript Object Access in XBAP via HostScript: SecurityException in Callbacks

I've encountered a problem with the XBAP Script Interop feature that was added in WPF 4. It involves a combination of the following: Accessing members of a script object from .NET Running .NET code ...
1
vote
2answers
155 views

ASP.NET MVC 2, Ninject and partial trust hosting

I'm reading a book about ASP.NET MVC 2, and when I read about how it uses reflection to figure out parameters or how to use Ninject in order to introduce a loosely coupled model I wonder... will this ...
1
vote
1answer
344 views

Compiling Castle.ActiveRecord to allow partial trust?

How can I build Castle.Core, Castle.ActiveRecord and NHibernate to allow partial trust? There are plenty of resources on the web showing how this can be done, however every site I found says to use ...
1
vote
1answer
2k views

Grant FullTrust in trusted assembly called by partial trust assembly

imagine the following environment: an XBAP application running in partial trust mode (default behaviour; requiring Full Trust is not an option - but before you ask, if full trust is given to the XBAP, ...
1
vote
0answers
64 views

Assembly demands unrestricted permissions… why?

Running permcalc on my assembly and its dependencies gives me the following for many methods: <Method Sig="instance class MembershipUser GetUser(string , bool )"> <Demand> ...
1
vote
2answers
355 views

Entity Framework in Partial trust environment

I know that Entity Framework supports Partial trust, I personally blogged about that It was working fine, I tested it and it was fine. Now if you download the samples attached to my post about the ...
1
vote
3answers
464 views

Calling Marshal.GetHRForException in a partial trust environment (SecurityPermission)

I have some IO code that reads a stream within a try..catch. It catches IOException and calls System.Runtime.InteropServices.Marshal.GetHRForException() within the catch, in an attempt to take ...
1
vote
1answer
175 views

How can I flash the taskbar from a partial trusted .NET application?

I'd like to flash the taskbar (as described here for example), but I can't P/Invoke FlashWindowEx (or anything else, for that matter) in the security context my application is running in. Is there ...
0
votes
0answers
7 views

NGen for partial trust application

I have a .Net 4.0 application that I need to improve the performance of code running in a partial trust environment. Specifically, I would like to eliminate the need to JIT at runtime. Normally this ...
0
votes
1answer
31 views

Can I use SQL Server CE in a medium trust environment by just deploying the DLLs

I've written an ASP.NET 4.0 application that is using a SQL Server CE 4.0 database. This is all working on my development environment using Medium Trust (same trust config as the hoster). On this ...
0
votes
0answers
28 views

Data store selection for a partial trust wpf application

I need an application in .net that can be installed with user permissions (not admin or power user), assuming that he has already .net 3.5 installed. I want to use .sdf file as database, and I am ...
0
votes
1answer
159 views

Partial/Full Trust mode verification in Asp .Net 4.0

I found the similar question on Msdn's forum but without answer (you can check it here) .Net 4.0 came with obsolete method IsUnderHighTrust = SecurityManager.IsGranted( new ...
0
votes
0answers
44 views

DynamicMethod in partial trust

I am trying to use DynamicMethod in medium trust. I found this link which suggested they found a workaround, but his technique doesn't work. I get FileIOPermission errors when creating the appdomain. ...
0
votes
1answer
103 views

does elevated trust in silverlight4 also gives elevation in MAC OS

Silverlight4 provides an option to run at elevated trust http://www.silverlightshow.net/items/Silverlight-4-elevated-permissions.aspx Does anyone know if it also provides certain degree of elevation ...
0
votes
1answer
501 views

WPF Web (xbap) using WCF Service throws System.Net.webPermission exception

I have an xbap application running with partial trust on my local machine's IIS 7.5. I published the WCF service to the same directery as the xbap. After jumping through some hoops I could get it ...
0
votes
1answer
90 views

Identify if ClickOnce application is running in partial-trust mode (.NET)

Is there any way of identifying (at run time) if my application is running in partial-trust mode or not? I'm considering deploying two versions of my ClickOnce application - one full trust and the ...
0
votes
2answers
161 views

How to detect which assemblies require the Partially Trusted Callers Attribute?

I have downloaded a web project from CodePlex and am getting the following error in Application_Start: System.Security.SecurityException: That assembly does not allow partially trusted ...
0
votes
2answers
171 views

Collections in DataContracts in partial trust scenarios

I've been pretty confused on one point in design of DataContracts for serialization. Say I have an object (e.g. a Customer) and it exposes a collection property (e.g. an AddressCollection named ...