Visual Studio 2017中没有DOM Explorer或JS控制台 - 调试办公室加载项Excel
我不知道如何让 DOM Explorer 或 JS Console 显示在我的 Office 加载项上,我是 VS 2017 中的开发人员。它们曾经可以工作,有一天,就停止了。
到目前为止,我已经尝试过以下操作:
- 在家测试 Proj 并将源文件复制到非工作工作计算机
- 删除 100% Visual Studio 并重新安装
- 开始使用 VS 2017 中的新模板与我现有的项目相比
- 尝试使用 .Net 搞乱版本
- 更新了所有可用的 Nuget 包
- 其他设置也很可能,如果有人提出对我不起作用的建议,我愿意重新开始。
我不知道问题是什么。我的加载项加载并正常运行,但我看不到 DOM 或 JS 控制台,这就是我使用 VS 2017 的全部原因,我可以尝试什么?
I can't figure out how to get the DOM Explorer or JS Console to show on my Office Add-In I'm dev in VS 2017. They used to work and one day, just stopped.
So far I've tried the following:
- Test Proj at home and copied source files to non working work computer
- Removed 100% Visual Studio and re-installed
- Started working w/ new template in VS 2017 vs my existing Project
- Tried messing w/ .Net versions
- Updated all available Nuget packages
- Other settings too likely, I'm willing to start fresh if anyone has suggestions that don't work first try for me.
I'm at a loss what the issue could be. My Add-Ins load and behave correctly, but I can't see the DOM or JS console which is the whole reason I use VS 2017, any ideas what I can try?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够通过卸载
Microsoft Edge WebView2 Runtime
来解决...I was able to resolve by uninstalling the
Microsoft Edge WebView2 Runtime
...