Visual Studio 2010 doesn't start - missing ATL

2019-07-20 10:31发布

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 ?

3条回答
何必那么认真
2楼-- · 2019-07-20 10:55

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.

查看更多
Melony?
3楼-- · 2019-07-20 10:58

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

查看更多
家丑人穷心不美
4楼-- · 2019-07-20 11:01

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.

查看更多
登录 后发表回答