Tagged Questions

3
votes
3answers
170 views

How to Automate Testing of Medium Trust Code

I would like to write automated tests that run in medium trust and fail if they require full trust. I am writing a library where some functionality is only available in full trus …
1
vote
2answers
43 views

Can Windows installer msi make the user full trust

Hello, our applicaton is installing with windows installer. The things working fine but the application itself is full trusted and not allowing to run on the employee's computer wi …
0
votes
0answers
40 views

Custom ASP.NET MVC cache controllers in a shared hosting environment?

I'm using custom controllers that cache static resources (CSS, JS, etc.) and images. I'm currently working with a hosting provider that has set me up under a full trust profile. De …
0
votes
1answer
99 views

Mixed Mode C++ DLL function call failure when app launched from network share. Called from unmanaged c application.

Mixed-mode DLL called from native C application fails to load: An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module. Additional information: Cou …
0
votes
0answers
38 views

asp.net ajax in Full trust level

Controls such as RadControls, FtpWebRequest requires Full Trust Level. I had to change hosting from Godaddy to SoftSys cause I couldn't run my application properly according to the …
0
votes
3answers
364 views

Subtext install gives error in Medium trust level.

I am trying to install Subtext in a medium trust level environment (host: Crystaltech) and am getting the following error (see below). I was able to do the administration setup bu …
0
votes
2answers
1k views

Deploy XBAP Application?

We have a WPF Application that has a two flavors with a consistent UI etc,one that runs from a Windows OS Desktop and one that is supposed to run as an XBAP application. Currently …
0
votes
2answers
889 views

How do I run a Full Trust XBAP on intranet?

I've made a WPF Browser Application that hosts old WinForms controls (I haven't migrated fully to WPF yet). Using WindowsFormsHost means my Browser App requires Full Trust to run. …
1
vote
0answers
161 views

Trusting an assembly located on a network share.

Hello all, I've been meaning to post on here for a while but always find the information I need; up untill now of course! I would appreciate any help you may be able to offer in r …
0
votes
3answers
792 views

How do I set full trust for a single Web Part in SharePoint?

I am looking to set full trust for a single web part, is this possible? manifest.xml maybe?
0
votes
2answers
143 views

How to get rid of security exception?

I start a .Net server side program on my local workstation, but soon it throws a security exception. I searched the web for answers, but no quick fix was found / worked. I just wan …
3
votes
2answers
609 views

Does full trust mean the same as Run As Administrator

Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, the application must be a full-trust application." Is that the same as y …