Ask a Question related to ASP.NET Security, Design and Development.
-
Sam Fields #1
Server Error: Unable to find an entry point named EnumerateSecurityPackagesW in DLL security.dll.
I have found very little regarding the error "Unable to find an entry point
named EnumerateSecurityPackagesW in DLL security.dll. ". I have an ASP.NET
Web Service being accessed via SSL. I found a website indicating that if
any of your .dll names are security.dll, it could cause this issue. I
happened to have named the service that -- so I renamed the service's dll,
and it still didn't work.
I decided to start from scratch, and built a test service (namespace
"ServiceHost") with one method:
[WebMethod()]
public string SayHello()
{
return "Hello";
}
It still does not work when accessed via SSL.
The exception is listed below. Can anyone tell me what's configured
incorrectly?
Thanks!
Sam Fields
Server Error in '/sandbox' Application.
----------------------------------------------------------------------------
----
Unable to find an entry point named EnumerateSecurityPackagesW in DLL
security.dll.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.EntryPointNotFoundException: Unable to find an
entry point named EnumerateSecurityPackagesW in DLL security.dll.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[EntryPointNotFoundException: Unable to find an entry point named
EnumerateSecurityPackagesW in DLL security.dll.]
System.Net.NativeNTSSPI.EnumerateSecurityPackagesW (Int32& pkgnum, IntPtr&
arrayptr) +0
System.Net.SSPISecureChannelType.EnumerateSecurity Packages(Int32& pkgnum,
IntPtr& arrayptr) +45
System.Net.SSPIWrapper.EnumerateSecurityPackages(S SPIInterface SecModule)
+57
System.Net.SSPIWrapper.GetSupportedSecurityPackage s(SSPIInterface
SecModule) +29
System.Net.SecureChannel..cctor() +40
[TypeInitializationException: The type initializer for
"System.Net.SecureChannel" threw an exception.]
System.Net.SecureChannel..ctor(String hostname, X509CertificateCollection
clientCertificates) +0
System.Net.TlsStream.Handshake(ProtocolToken message) +51
[WebException: The underlying connection was closed: Could not establish
secure channel for SSL/TLS.]
System.Net.HttpWebRequest.CheckFinalStatus() +674
System.Net.HttpWebRequest.EndGetRequestStream(IAsy ncResult asyncResult)
+75
System.Net.HttpWebRequest.GetRequestStream() +132
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) +105
sandbox.webservice.servicehost.SayHello() in G:\wwwroot\sandbox\Web
References\webservice\Reference.cs:37
sandbox._default.Page_Load(Object sender, EventArgs e) in
g:\wwwroot\sandbox\default.aspx.cs:37
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
Sam Fields Guest
-
Getting error message"Could not find XObject named 'n2'" in Adobe 8
Hello, I have developed one component in VC++ which Signs PDF files. But when i opened signed file(in Adobe 8), I am getting one alert saying ... -
Entry point not found
I have an error message that is coming up when I open Photoshop 7.01 which is: "The Procedurer Entry Point ??0ps...... could not be located in the... -
Procedure Entry Point error
Everytime I go to launch contribute I get this message pop up that says "The procedure entry point GetProcessImageFileNameW could not be located in... -
Entry point ThunkConnect Kernel32.dll ERROR
I just installed ADOBE Photoshop Elements 2.0 and received the following error: --------------------------- PhotoshopElements.exe - Entry Point Not... -
Procedure Entry Point
I have a peculiar problem with Photoshop Elements 2. If I right cleck one item (when browsing for a file to open) all is fine. When I select more...



Reply With Quote

