惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

博客园 - Advance

微软的操作系统已占据96.97%的市场份额(来自OneStat.com的权威调查) 软件测试常识(转载自51testing.com) 如何解决:将字符串转换为 uniqueidentifier 时出现语法错误 这是春的气息? Microsoft系列 常见漏洞及解决方法 .NET(C#)连接各类数据库-集锦 让人深恶痛绝的编码问题?博客园也出现了乱码现象! 炎炎夏日,酷暑难耐! Mono使用日志(2) Mono使用日志(1) Visual Studio 2005 Beta2 简体中文版发布 C#-Imaging - Moire Fringe (摩尔纹) C#在OpenGL编程中的应用--关于摩尔纹的研究 VS.NET2005为何无法连接数据库? C#中对ActiveX控件的调用 怎样获取本地机器的MAC地址 在ASP.NET中指定出错页面,不让代码外泄! 有人尝试过用C#写一个操作系统吗? [发布]★以学校为背景做的CS游戏地图★
安装Rational Enterprise Suite(Robot...)时遇到的问题及解决办法!
Advance · 2006-07-26 · via 博客园 - Advance

问题描述:
安装并注册完成后,运行Rational Robot时弹出一警告框:“The procedure entry point iphlpapi.IcmpSendEcho could not be located  in the dynamic link library ICMP.dll”。

尝试解决过程:
1. 卸载后重装,问题依旧。
2. 注册ICMP.dll文件(运行regsvr32  ICMP.dll命令),弹出警告:ICMP.dll was loaded,but the DllRegisterServer entry point was not found. 依然无法从该动态连接库中找到出口点。
3. 上Google狂搜一通,有类似问题症状的反应者,但却找不到奏效的解决办法,无奈ing!
4. 插入系统安装盘(Win2003ENG SP1)检测系统文件完整性,并运行Sfc /scannow指令,检测完后,重试,问题仍旧,郁闷ing!
5. 在C:\WINDOWS\system32 下找到ICMP.dll文件,备份后删除之,发现系统自动又生成一个,也无法进行替换,不过找到了问题的症结所在。

正确的解决办法:
重启机器,进入安全模式,将其它机器上的ICMP.dll考过来替换原有文件,重启再进入系统后问题解决!

总结:
问题在于ICMP.dll文件可能被损坏了,也无法进行注册,导致rational程序无法从中找到入口点,查看系统日志,也显示注册更新失败。失望这种问题不要再给我们带来不必要的困扰。