I have a problem with the visualization on the help files, that does not allow me to properly display the html file created.When I launch the HTML file generated with RH11, A message box appears, which indicates an error in the script WHUTILS.JS (the automation server can't create object ) for the instruction
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
I'm using a component of Visual Studio 2013 (based on Internet Explorer) to display the help in my program.
If i log-in in Windows with another user account (both users are administrators ) this issue doesn't occur.
I have already checked the most common cause of this error in to the security option of IE11:the settings are correctly configured and they are the same for both users, so how i can do to make it works correctly? Do you have any suggestion for me?