Visual Studio 2010 无法启动 - 缺少 ATL100.dll

发布于 2024-10-03 01:27:49 字数 549 浏览 2 评论 0原文

安装 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

掩饰不了的爱 2024-10-10 01:27:49

如果 ATL 代表“活动类型库”,那么它可能是它的一些辅助 DLL。由于 ATL 也是一个基于 COM 的框架,因此可能需要注册 DLL。在这种情况下,复制将不起作用。

regsvr32 ATl100.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.

regsvr32 ATl100.dll

Just a hint for the next time.

无畏 2024-10-10 01:27:49

仅供参考,

我遇到了同样的问题。
由于相同的错误,我无法运行 Visual Studio 2010 (SP1) 和 2012 (U1)。

我可以通过修复/重新安装 Visual Studio Service Pack 1 来修复。
以下是详细信息。

  1. 修复/重新安装 Visual Studio 2010 ->没有帮助
  2. 重新安装 Visual Studio 2010 Service Pack 1 ->修复了VS2010的问题,但VS2012仍然有问题
  3. 重新安装Visual Studio 2012 Update 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.

  1. Repair/Reinstall Visual Studio 2010 -> didn't help
  2. Reinstall Visual Studio 2010 Service Pack 1 -> fixed the problem of VS2010, but VS2012 still had problem
  3. Reinstall Visual Studio 2012 Update 1 -> fixed the problem of VS2012

During no. 3, I couldn't see any GUI. So I just pressed enter key after launch the Update 1 setup.

酒儿 2024-10-10 01:27:49

有用。我重新安装了它并在安装过程中取消选择了所有 C++ 组件。

It'works. I re-reinstalled it and deselected all C++ components during the installation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文