码迷,mamicode.com
首页 > Windows程序 > 详细

无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。

时间:2014-11-14 14:14:45      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   使用   sp   strong   on   代码   bs   

无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。

在Asp.Net项目中使用WebClient或HttpWebRequest时出现以上错误

解决方案:把以下代码放在web.config中

<system.net>
<defaultProxy>
<proxy usesystemdefault="false" />
</defaultProxy>
</system.net>

 

 

usesystemdefault
指定是否使用 Internet Explorer 代理设置。 如果设置为 true,则后面的特性将重写 Internet Explorer 代理设置。 默认值为 unspecified。

无法加载 DLL“rasapi32.dll”: 动态链接库(DLL)初始化例程失败。

标签:style   http   color   使用   sp   strong   on   代码   bs   

原文地址:http://www.cnblogs.com/zhaozi/p/4097054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!