Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio fails debugging JavaScript in IE9 - says "The correct version of pdm.dll is not registered"

I encountered this problem after installing IE10, finding it did not work well on my Windows 7 system, and uninstalling it. Now, back to IE9, VS2010 could not attach to the process and reported the error. I followed the instructions to repair the VS2010 installation and did the regsvr32 on pdm.dll. Still does not work. Uninstalled IE9, and reinstalled it. Still no luck.

Here's the solution: The key is that the message says the incorrect version of pdm.dll is not registered. Apparently the IE10 install provided a new pdm.dll and the re-install of IE9 did not replace it. I found an older version on another system, copied it to the C:\Program Files\Common Files\microsoft shared\VS7Debug folder, registered it, and now VS2010 debugging works again.

like image 858
CraigP Avatar asked Jan 15 '13 17:01

CraigP


1 Answers

Here's the solution unfortunately did not help me.

My solution: - Remove IE 10 - Cotrol panel - Programs and Features - VS 2012 - change - repair.(I've selected download components from internet)

like image 180
Shevchenko Viktor Avatar answered Oct 21 '22 19:10

Shevchenko Viktor