Ask a Question related to ASP.NET Security, Design and Development.
-
Marc #1
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
message:
=== Pre-bind state information ===
LOG: DisplayName = Interop.ASPPDFLib
(Partial)
LOG: Appbase = file:///C:/wwwroot/mfr_web/pdftest
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.ASPPDFLib
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/pdftest/e5fc5209/2ec90bc0/Interop.ASPPDFLib.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/pdftest/e5fc5209/2ec90bc0/Interop.ASPPDFLib/Interop.ASPPDFLib.DLL.
LOG: Attempting download of new URL
file:///C:/wwwroot/mfr_web/pdftest/bin/Interop.ASPPDFLib.DLL.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: Interop.ASPPDFLib, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null
Someone know want went wrong?
THX,
Marc
Marc Guest
-
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development team uses. The code library is a few web controls in a Strong Named... -
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... -
Reading the public key inside a strongly signed assembly from the assembly itself???
Hello, is it possible to programmatically read (and how) the public key that is embedded into an assembly that has been strongly signed??? What... -
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... -
Security Error When calling assembly.CreateInstance
I don't event know where to begin to solve it. I tried everything I could find on the net, with no avail. I ma loading an assembly using http. Here...



Reply With Quote

