Question

Script debugger (Microsoft Script Editor) won't open from Internet Explorer 6

Asked by: garlin007

This question has been in another section of EE for over six weeks without being resolved, so I am deleting the original question and reposting it here.

I want to use the Script Editor that comes with Office XP (2002) as a debugger for client-side Javascript that is running in Internet Explorer 6. My environment is Windows XP Professional, Office XP (2002) Professional, FrontPage 2002. I am an Administrator on my machine.

The 2 main symptoms are:

1. In Internet Explorer, if I use View, Script Debugger, Open - nothing happens.
2. If I open a web page that has a Javascript bug, I get the message "A Runtime Error has occurred. Do you wish to Debug?". I press Yes, but the debugger doesn't open, nor do I get a dialog to choose a debugger.

I can get the debugger to attach to iexplore by opening the Script Editor, using Debug, Processes, and selecting the appropriate instance of iexplore. However, this is quite time consuming since I have to do this every time there is an error. Also, it doesn't let me debug the first error on the page, since it only loads the page into the debugger when a second error occurs after the attach.

Here are some of the things I have tried to fix this problem:

1. Logged in as another user who has made very few customizations - to see if it was related to a user setting.
2. Used MSConfig to turn off all startup programs, to see if one of them was a source of conflict.
3. Uninstalled and re-installed the script editor and debugger. I did this from the Office XP setup, and from the FrontPage 2002 setup.
4. Repaired the FrontPage 2002 setup, in the hopes this would restore a missing registry setting. (I did not repair the Office setup - I figured that since the script editor is a common component that it wouldn't work any better.)
5. Ensured that both Disable Script Debugging options in the Advanced Internet Options are unchecked (also tried having just one or the other checked, and both checked).
6. Ensured that both Friendly URLs and HTTP Error Messages are unchecked.
7. Verified the permissions in DCOM Config for Just-In-Time Debugging Handler and CLR Remote Host, Machine Debug Manager, and Microsoft Script Editor. (The first 2 were OK, per the KB article on the MS site. I added Administrators and Debugger Users to Script Editor, just in case that was the problem). Also verified that the other DCOM parameters looked OK, although I have no reference as to what they should be.
8. Verified that the Machine Debug Manager service was running.
9. Ensured that Enable JIT debugging was turned on for Scripts using Tools, Options, Debugging, General, JIT Settings in Microsoft Script Editor.
10. I ran MDM. vs7jit, and MSE7 with the /regserver paramater.

I tried to check the registry settings for MDM (Machine Debug Manager) against what scant information I could find on the Internet. I suspect that this is where the problem lies. I think that Internet Explorer isn't showing me a list of possible debuggers to attach because the list doesn't exist where it belongs, and I assume that MDM is responsible for maintaining that list - although I can't figure out how. This is what I have in the values under the key
[HKLM\Software\Microsoft\.NETFramework]
DbgJITDebugLaunchSetting = 0 (I also tried 2)
DbgManagedDebugger = "C:\Program Files\Common Files\Microsoft Shared\VS7Debug\vs7jit.exe" PID %d APPDOM %d EXTEXT "%s" EVTHDL %d
(I also tried "C:\Program Files\Microsoft Office\Office10\MSE7.exe")
InstallRoot = C:\WINDOWS\Microsoft.NET\Framework\

Only the first value was there - I added the other values manually. I also added a key
[HKLM\Software\Microsoft\.NETFramework\DbgManagedDebugger] with a default value of "cordbg.exe !a 0x%x" (without the quotes), but when that didn't fix the problem I removed that key since I was doubtful it should be there, and it didn't use MSE7.exe anyway.

One thing I found suspicious. The documentation for the Script Editor says that initially there should be an option on the Debug menu to install the debugger - but I didn't have this option. I suspect that this is why the debugger wasn't installed properly. If I could fool Script Editor into thinking that it hasn't installed the debugger yet, that may enable me to easily fix the registry. Unistalling and re-installing the Script Editor did not reset this menu option.


dopyiii wrote ...

Maybe something here can help (if you haven't seen this already): http://support.microsoft.com/kb/281427


I responded ...

I had seen this article before and followed most of it. I hadn't followed the portions that seemed to be related to server side and asp debugging, especially since I was able to debug scripts from third party sites before I re-installed Windows on my computer - and I have no control over their permissions. But figured "what do I have to lose" by going all the way. So, in addition to the steps already taken, I

Per the article:
Enabled ASP server-side script debugging
Enabled ASP client-side script debugging
Plus:
Enables Script source access
(left the existing access permissions alone on the child nodes, though)

Per the article:
I verified that the permissions for Microsoft Script Editor (instead of Microsoft Script Debugger, since this article was written for the script debugger, not the script editor). Even though Administrators and Debugger Users already had access, I added Interactive to the lists for Access and Configuration permissions, since it was not on those lists before because I thought they weren't required.

I then looked at the .reg files in the article to switch between the Visual InterDev and Microsoft Script Debuggers, which has these two .reg files

For Visual InterDev: InterDev.reg

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}]
@="MDM Debug Session Provider Class"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\LocalServer32]
@="c:\\WINNT\\System32\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\ProgID]
@="MDM.SESSPROV.1"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\Programmable]

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\VersionIndependentProgID]
@="MDM.SESSPROV"



For the Microsoft Script Debugger: MSCcrDbg.reg
[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}]
@="ScriptDebugSvc Class"
"AppID"="{A87F84D0-7A74-11D0-B216-080000185165}"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\LocalServer32]
@="c:\\Program Files\\Microsoft Script Debugger\\msscrdbg.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\ProgID]
@="ScriptDebugSvc.ScriptDebugSvc.1"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\VersionIndependentProgID]
@="ScriptDebugSvc.ScriptDebugSvc"



This is what I have
[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}]
@="MDM Session Provider"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\LocalServer32]
@="C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\ProgID]
@="MachineDebugManagerSessionProvider.7"



It looks like the first key points to Machine Debug Session Provider. In my case it is
{9209B1A6-964A-11D0-9372-00A0C9034910}
which is the Machine Debug Manager mdm.exe.

Based on the pattern in the supplied registry files, I added the key
[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\VersionIndependentProgID]
@="MachineDebugManagerSessionProvider"


For the Application Protection, I changed the Application Protection from Medium to Low. I also gave full rights for IWAM_mymachine to the Machine Debug Manager for Launch, Access and Configuration. I also gave it full rights to C:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll

Unfortunately, none of this has helped.

Could someone who is using Script Editor as their debugging tool please verify the registry entries for [HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}]?

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2006-10-09 at 08:17:01ID22017816
Tags

script

Topic

Web Browsers

Participating Experts
1
Points
500
Comments
13

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. FrontPage, InterDev and Web management...
    Let's say that I have a huge Web site containing various FrontPage Webs within the Root Web, and that I have some developers working on this Web site - each developer may be working on any of the various sub-Webs in place either with FrontPage on InterDev. In addition, I have...
  2. Interdev: Is a good tool?
    Anybody knows Visual Interdev? I'm starting to use this software but I have doubts if it's a good developer tool.
  3. Frontpage VS Dreamweaver
    Anyone have experience on both Frontpage & Dreamweaver? How are they compare in the following area? - Cross-platform/Browser compability - Features & power - easy to use I considering to use frontpage because I will also use InterDev. Is this a correct choice?
  4. Debugger?
    Is there a good JavaScript/JScript Debugger out there? I am looking for something that will tell me where the errors are and what steps might be taken to fix them. Anything out there like this? and if so, Where?
  5. Interdev & Frontpage
    I am currently working on a website, i am using interdev for the main work. but would like some other people in team to use frontpage to work on the material. can frontpage work on the interdev site i'm working on(local or master???) and will it change any of the asp code? i...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: LeeKowalkowskiPosted on 2006-10-13 at 05:27:05ID: 17723375

Wow, such a long article for a simple question!

I'm using the Script Editor for debugging, my registry entries are:

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}]
@="MDM Debug Session Provider Class"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\LocalServer32]
@="C:\\WINNT\\system32\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\ProgID]
@="MDM.SESSPROV.1"

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\Programmable]

[HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064}\VersionIndependentProgID]
@="MDM.SESSPROV"

 

by: garlin007Posted on 2006-10-13 at 10:09:12ID: 17725892

Thanks Lee,

These were my original registry values:

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}]
@="MDM Session Provider"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\LocalServer32]
@="C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\ProgID]
@="MachineDebugManagerSessionProvider.7"




These were the values after I made my system closer to yours:

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}]
@="MDM Debug Session Provider Class"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\LocalServer32]
@="C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\ProgID]
@="MDM.SESSPROV.1"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\Programmable]

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\VersionIndependentProgID]
@="MDM.SESSPROV"


I could not change the location of mdm.exe, since my program is in the path already specified. I suspect that you have an older version of the programs on an NT machine (my Windows folder is Windows).

I then rebooted and tried to open the debugger using View, Script Debugger, Open, but it still does not work.

 

by: LeeKowalkowskiPosted on 2006-10-13 at 14:26:17ID: 17727811

Hmm, at home on my laptop (XP), I have the same Registry settings as the registry settings on my Win2K machine, however, my Win2K machine has Office2000, but my laptop doesn't have office at all, the debugger is the same type on both though.

 

by: garlin007Posted on 2006-10-13 at 18:54:10ID: 17728845

Are you using Script Editor or Script Debugger?

Script Editor is part of Office, I thought. How could you have it if you don't have Office?

 

by: LeeKowalkowskiPosted on 2006-10-14 at 13:57:17ID: 17731630

Sorry, I've just checked, I do have Office, but that's the only thing I installed on my laptop, as I'm using OpenOffice for everything else...  Yeah without Office you get the very basic one for free from Microsoft, I couldn't live with that.  I had the debugger opening instead of the editor once, found a registry change on Microsoft's Knowledge Base to set it to the script editor, but can't find it now...

Have you seen the following:  http://support.microsoft.com/kb/832730/en-us ?

 

by: garlin007Posted on 2006-10-14 at 16:24:03ID: 17732097

Hi Lee,

I didn't see that article, but I did see another that explained how to properly set the DCOM values (step 7 in my initial question).

As it happens, neither of those registry keys exist for me, probably because I do not have ASPNET installed.

 

by: LeeKowalkowskiPosted on 2006-10-16 at 02:22:42ID: 17737307

Ok, so, what do you have under AppID in:

HKEY_CLASSES_ROOT\CLSID\{73AA8F59-DBC4-11D0-AF5C-00A02448799A}

is it : {B2104A32-2AE8-11D1-8EC0-00A0C90F26EA}?

Then, what *is* that app?  E.g. HKEY_CLASSES_ROOT\AppID\{B2104A32-2AE8-11D1-8EC0-00A0C90F26EA} = Microsoft Development Environment.

Does it also exist under CLSID, and does the EXE it point to exist?

...and what are your settings in your Script Editor under Tools -> Options... -> Debugger ?

 

by: garlin007Posted on 2006-10-16 at 20:07:41ID: 17744639

I don't have
{73AA8F59-DBC4-11D0-AF5C-00A02448799A}
nor
{B2104A32-2AE8-11D1-8EC0-00A0C90F26EA}
anywhere in my registry, as a key or a value.

However, the values for

[HKEY_CLASSES_ROOT\AppID\{9209B1A6-964A-11D0-9372-00A0C9034910}]
@="Machine Debug Manager"
"LocalService"="MDM"
"AccessPermission"=hex:01,00,0f,80,6c,00,00,00,78,00,00,00,00,00,00,00,14,00,\
  00,00,02,00,58,00,03,00,00,00,00,00,24,00,01,00,00,00,01,05,00,00,00,00,00,\
  05,15,00,00,00,3d,e3,08,4d,32,62,1f,2a,16,c0,ea,32,ef,03,00,00,00,00,18,00,\
  01,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,14,00,01,\
  00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,\
  00,00,01,01,00,00,00,00,00,05,12,00,00,00
"LaunchPermission"=hex:01,00,0f,80,6c,00,00,00,78,00,00,00,00,00,00,00,14,00,\
  00,00,02,00,58,00,03,00,00,00,00,00,24,00,01,00,00,00,01,05,00,00,00,00,00,\
  05,15,00,00,00,3d,e3,08,4d,32,62,1f,2a,16,c0,ea,32,ef,03,00,00,00,00,18,00,\
  01,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,14,00,01,\
  00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,\
  00,00,01,01,00,00,00,00,00,05,12,00,00,00



{9209B1A6-964A-11D0-9372-00A0C9034910} appears many times in my registry. All seem to be related to Machine Debug Manager.

 

by: garlin007Posted on 2006-10-16 at 20:23:05ID: 17744687

Other registry values that may be relevant are:

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}]
@="MDM Session Provider"
"AppID"="{9209B1A6-964A-11D0-9372-00A0C9034910}"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\LocalServer32]
@="C:\\Program Files\\Common Files\\Microsoft Shared\\VS7Debug\\mdm.exe"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\ProgID]
@="MachineDebugManagerSessionProvider.7"

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\Programmable]

[HKEY_CLASSES_ROOT\CLSID\{834128a2-51f4-11d0-8f20-00805f2cd064}\VersionIndependentProgID]
@="MDM.SESSPROV"


Script Editor Tools, Options, Debugging, General, JIT Settings, Script, Enable Attach and Enable JIT debugging both on.

Of relevance may be that many portions of the options for Script Editor are grayed out. For example, Debugging, Edit and Continue is entirely gray, as is Native. Half the options in Debugging, General are gray.

Under Text Editor, CSS, CSS Specific and also for Format I get "Error loading Property Page"

I have tried uninstalling and reinstalling Script Editor, but that doesn't fix this.

Do yoy know where in the registry I would find the list of valid debuggers - where MDM looks to see which debuggers I should choose from when an error occurs (assuming I had more than one installed)?

 

by: LeeKowalkowskiPosted on 2006-10-17 at 03:09:05ID: 17746082

I have a Registry Monitor from http://www.sysinternals.com/Utilities/Regmon.html

I can see when I get a JavaScript error in IE:

IE queries HKEY_CLASSES_ROOT\CLSID\{E367E1A1-E917-11d0-AF5F-00A02448799A} MDM Utilities
SVCHOST queries above and HKEY_CLASSES_ROOT\AppID\{9209B1A6-964A-11D0-9372-00A0C9034910} Machine Debug Manager

IE then queries HKEY_CLASSES_ROOT\CLSID\{834128A2-51F4-11D0-8F20-00805F2CD064} MDM Debug Session Provider Class
MDM then queries HKEY_CLASSES_ROOT\CLSID\{73AA8F59-DBC4-11D0-AF5C-00A02448799A} Microsoft Development Environment

Almost as if by magic, there seems to be nothing pointing to Microsoft Development Environment, perhaps the settings are cached, but it is resolving properly.

Perhaps if you try it you'll see some attempt to read registry keys that are not found.

Also, what can you see in c:\windows\mdm.ini ?

 

by: garlin007Posted on 2006-10-17 at 20:21:12ID: 17754103

Hey, that regmon utility sounds great. I think I may even have a similar tool that I haven't installed, nor did I think of using it. I will give it a try this weekend when I have a bit more time to "debug" this problem.

The only mdm.ini file that I have is in
C:\Documents and Settings\All Users\Application Data\Microsoft\Machine Debug Manager\ (a location that appears to be valid)

It contains

[{F200A7E7-DEA5-11D0-B854-00A0244A1DE2}]
Dynamic Debugging=3
PIDs To Ignore=
[{00000000-0000-0000-0000-000000000000}]
PIDs To Debug=

I do believe I checked these values, but forgot to mention this in my (already long) preamble.

 

by: garlin007Posted on 2006-11-11 at 10:01:59ID: 17921905

This is the second time I have posted this question, and I still have not fixed my problem. However, LeeKowalkowski has given me a good suggestion to try to use Registry Monitor, which I have not had the time to try yet. When I do get the time, I will either re-ask this question if that doesn't work, or post the positive results here if it leads me to a solution (if it is possible to post to a closed question).

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...