Unable to load DLL 'rasapi32.dll': A dynamic link library (DLL)
initialization routine failed. (Exception from HRESULT: 0x8007045A)
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.DllNotFoundException: Unable to load DLL
'rasapi32.dll': A dynamic link library (DLL) initialization routine
failed. (Exception from HRESULT: 0x8007045A)
Source Error:
The source code that generated this unhandled exception can only be
shown when compiled in debug mode. To enable this, please follow one
of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated
the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your
application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given
application to be compiled in debug mode. The first technique will
cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/
performance overhead. You should make sure that an application has
debugging disabled before deploying into production scenario.
Stack Trace:
[DllNotFoundException: Unable to load DLL 'rasapi32.dll': A dynamic
link library (DLL) initialization routine failed. (Exception from
HRESULT: 0x8007045A)]
System.Net.RasHelper.RasEnumConnections(RASCONN[] lprasconn,
UInt32& lpcb, UInt32& lpcConnections) +0
System.Net.RasHelper.GetCurrentConnectoid() +105
System.Net.AutoDetector.Initialize() +151
System.Net.AutoDetector.get_CurrentAutoDetector() +4
System.Net.AutoWebProxyScriptEngine..ctor(WebProxy proxy, Boolean
useRegistry) +54
System.Net.WebProxy.UnsafeUpdateFromRegistry() +33
System.Net.WebProxy..ctor(Boolean enableAutoproxy) +7
System.Net.Configuration.DefaultProxySectionInternal..ctor(DefaultProxySection
section) +441
System.Net.Configuration.DefaultProxySectionInternal.GetSection()
+109
[ConfigurationErrorsException: Error creating the Web Proxy specified
in the 'system.net/defaultProxy' configuration section.]
System.Net.Configuration.DefaultProxySectionInternal.GetSection()
+207
System.Net.WebRequest.get_InternalDefaultWebProxy() +125
System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
+184
System.Net.HttpRequestCreator.Create(Uri Uri) +26
System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
+216
System.Net.WebRequest.Create(String requestUriString) +44
Recaptcha.RecaptchaValidator.Validate() in D:\recaptcha-repo
\recaptcha\trunk\recaptcha-plugins\dotnet\library
\RecaptchaValidator.cs:105
Recaptcha.RecaptchaControl.Validate() in D:\recaptcha-repo\recaptcha
\trunk\recaptcha-plugins\dotnet\library\RecaptchaControl.cs:227
System.Web.UI.Page.Validate() +141
System.Web.UI.Page.Validate(String validationGroup) +8740369
System.Web.UI.WebControls.Button.RaisePostBackEvent(String
eventArgument) +84
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+36
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+6741
System.Web.UI.Page.ProcessRequest(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
+21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.contact_us_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) +75
If the error persists, you may have a corrupt system DLL installation.
This is not Recaptcha issue.
> --
> You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
> To post to this group, send email to reca...@googlegroups.com.
> To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.
>
>
--
Adrian Godong
adrian...@gmail.com