Ask a Question related to ASP.NET Security, Design and Development.
-
Brian Takita #1
Assembly system.data.dll security permission grant set is incompatible between appdomains.
Hello,
I'm getting the following error at the end of this message when trying
to run the ReportManager and the ReportServer:
Assembly system.data.dll security permission grant set is incompatible
between appdomains.
I had to apply KB 887787 ([url]http://support.microsoft.com/?kbid=887787[/url]) to
fix my previous error, which stated...
Assembly microsoft.web.validatepathmodule.dll security permission grant
set is incompatible between appdomains.
This is running on a Windows 2003 SBS.
I recently installed a bunch of windows updates and security patches.
I could not find anything relating to the System.Data.dll security
permissions.
Thank you,
Brian Takita
Here is the full error message that I am currently getting:
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: Assembly system.data.dll security permission
grant set is incompatible between appdomains.
Source Error:
Line 323: language="js;jscript;javascript"
Line 324: extension=".js"
Line 325:
type="Microsoft.JScript.JScriptCodeProvider, Microsoft.JScript,
Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
/>
Line 326: </compilers>
Line 327: <assemblies>
Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config
Line: 325
Brian Takita Guest
-
Problems with assembly security
Hi Folks, I'm using a third-party module in my apllication to create PDFs. Most time the DDL works fine, but sometime I got the following error... -
VB.NET Assembly denied access to System.Web. Help!
I have a VB6 Windows Form application that calls a VB.NET Assembly. I can successfully call any test method in the assembly (like return "hello... -
Security issue with Assembly in GAC and ASP.NET run-time
I have an Assembly I've built and installed in the Global Assembly Cache. I have an ASP.NET web application that is referencing this Assembly and... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
File or assembly name System, or one of its dependencies, was notfound.
Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different...



Reply With Quote

