英文:
F12 C:\Windows\SysWOW64\F12\IEChooser.exe not work - black screen
问题
最近几天,我在使用IE模式下查看Edge中的代码时遇到了IEChooser的错误。问题在于,当我启动IEChooser并选择我感兴趣的选项卡时,工具不会打开,图标保持黑色。你知道恢复的方法吗?谢谢。
我尝试了以下方法:
启动与你的Office版本相对应的F12开发工具。
对于32位版本的Office,请使用C:\Windows\System32\F12\IEChooser.exe
对于64位版本的Office,请使用C:\Windows\SysWOW64\F12\IEChooser.exe
IEChooser会打开一个名为"Choose target to debug"的窗口。
[https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-tools-ie]
我还尝试了另一种方法:
如果你被允许使用PowerShell,请以你的用户身份执行以下命令来修复开发工具:Add-AppxPackage -register "C:\windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode -Confirm:$false
[https://stackoverflow.com/questions/32500709/microsoft-edge-f12-developer-tools-dont-open]
谢谢。
英文:
for a few days now I've been having an error with IEChooser to view code from Edge in IE mode. the problem lies in the fact that, having launched IEChooser and selected the tab of my interest, the tool does not open and the icon remains black. Do you know a way to restore. Grazie
Select the tab
tool does not open
I tried this way:
Launch the F12 development tools that corresponds to your version of Office.
For the 32-bit version of Office, use C:\Windows\System32\F12\IEChooser.exe
For the 64-bit version of Office, use C:\Windows\SysWOW64\F12\IEChooser.exe
IEChooser opens with a window named Choose target to debug.
[https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-tools-ie]
I tried another way:
If you are allowed to use powershell, execute the following command as your user to fix the dev tool: Add-AppxPackage -register "C:\windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbwe\AppxManifest.xml" -DisableDevelopmentMode -Confirm:$false
[https://stackoverflow.com/questions/32500709/microsoft-edge-f12-developer-tools-dont-open]
Grazie
答案1
得分: 1
我在使用IEChooser调试Edge IE模式的网页时没有遇到这样的问题。
您使用的Edge和操作系统版本是哪个?
您可以尝试重置IE-
Windows 功能 > 打开或关闭Windows功能 > 选择Internet Explorer 11 > 启用/禁用IE。
英文:
I don't meet such issue when I use IEChooser to debug web pages in Edge IE mode.
Which version of Edge and OS are you using?
You could try to reset IE-
Windows feature> Turn Windows features on or off> select Internet explorer 11> enable/disable IE.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论