Visual Studio 2010 doesn't start - missing ATL100.dll -


after installing visual studio 2010 premium , trying start it, following error message pops up: program can't started, atl100.dll missing. reinstall program solve problem.

i searched atl100.dll , found 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 file "c:\program files (x86)\microsoft visual studio 10.0\common7\ide" won't work. tips how fix problem can start vs 2010 ?

if atl stands "active type library" helper dll it. because atl com based framework, necessary register dll. copying not work in case.

regsvr32 atl100.dll 

just hint next time.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -