Visual Studio 2010 无法启动 - 缺少 ATL100.dll
安装 Visual Studio 2010 Premium 并尝试启动后,弹出以下错误消息: 程序无法启动,ATL100.dll丢失。重新安装程序即可解决问题。
我搜索了 ATL100.dll 并在以下位置找到了它:
- “C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\ia64\Microsoft.VC100.ATL”
- “C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x64\Microsoft.VC100.ATL"
- "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.ATL"
将文件复制到“C: \Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE”也不起作用。 有什么提示可以解决这个问题以便我可以启动 VS 2010 吗?
After installing Visual Studio 2010 Premium and trying to start it, following error message pops up:
Program can't be started, ATL100.dll is missing. Reinstall program to solve the problem.
I searched for the ATL100.dll and found it in:
- "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\ia64\Microsoft.VC100.ATL"
- "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x64\Microsoft.VC100.ATL"
- "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.ATL"
Copying the file to "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" also won't work.
Any tips how to fix this problem so i can start VS 2010 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果 ATL 代表“活动类型库”,那么它可能是它的一些辅助 DLL。由于 ATL 也是一个基于 COM 的框架,因此可能需要注册 DLL。在这种情况下,复制将不起作用。
只是给下次一个提示。
If ATL stands for "Active Type Library" then it could be some helper DLL for it. Because ATL also is a COM based framework, it could be necessary to register the DLL. Copying would not work in that case.
Just a hint for the next time.
仅供参考,
我遇到了同样的问题。
由于相同的错误,我无法运行 Visual Studio 2010 (SP1) 和 2012 (U1)。
我可以通过修复/重新安装 Visual Studio Service Pack 1 来修复。
以下是详细信息。
修复了VS2012期间 。 3、我看不到任何GUI。所以我只是在启动 Update 1 设置后按 Enter 键。
FYI,
I had same problem.
I couldn't run both Visual Studio 2010 (SP1) and 2012 (U1) due to same error.
I could fix by just repair/reinstalling Visual Studio Service Pack 1.
Here are details.
During no. 3, I couldn't see any GUI. So I just pressed enter key after launch the Update 1 setup.
有用。我重新安装了它并在安装过程中取消选择了所有 C++ 组件。
It'works. I re-reinstalled it and deselected all C++ components during the installation.