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

推荐订阅源

Know Your Adversary
Know Your Adversary
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
B
Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
Vercel News
Vercel News
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
T
Threatpost
Security Latest
Security Latest
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
I
Intezer
P
Privacy International News Feed
D
Docker
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
M
MIT News - Artificial intelligence
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
L
Lohrmann on Cybersecurity
Google DeepMind News
Google DeepMind News
The Last Watchdog
The Last Watchdog
A
Arctic Wolf
IT之家
IT之家
S
SegmentFault 最新的问题
S
Securelist
博客园 - 叶小钗
N
News and Events Feed by Topic
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
Hacker News: Ask HN
Hacker News: Ask HN
博客园 - Franky
GbyAI
GbyAI
AI
AI
Y
Y Combinator Blog
WordPress大学
WordPress大学
Latest news
Latest news
Microsoft Security Blog
Microsoft Security Blog
人人都是产品经理
人人都是产品经理
N
News | PayPal Newsroom
The Cloudflare Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
I
InfoQ

博客园 - 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程序无法从中找到入口点,查看系统日志,也显示注册更新失败。失望这种问题不要再给我们带来不必要的困扰。