在 Web 浏览器中运行 WPF 浏览器应用程序

发布于 2024-11-29 12:51:58 字数 187 浏览 0 评论 0原文

我想设置在哪个浏览器中运行我的 WPF 浏览器应用程序。是否可以?如果我单击“调试”按钮,它将在谷歌浏览器中启动我的应用程序,但我想在 IE 中运行它,因为在谷歌浏览器中我没有 xpcom.dll。

编辑:

在此处输入图像描述

I want to set in whitch browser will run my WPF browser app. Is it possible? If will I click Debug button, it will start my app in google chrome, but I want to run it in IE, because in Google Chrome i have not xpcom.dll.

EDIT:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鹿港小镇 2024-12-06 12:51:58

我认为您通常会通过设置开始操作来做到这一点。右键单击解决方案资源管理器中的启动项目并选择属性。转到调试选项卡,在启动操作下应该有一个启动外部程序的选项,您可以在其中选择您喜欢的浏览器并适当地设置命令行参数。

问题是,我有一种感觉,这仅在 Visual Studio 的完整版本中可用......也许您使用的是 Express 版本?

I think you would normally do that by setting the start action. Right click on the start up project in the solution explorer and select properties. Go to the debug tab and under start action there should be an option to start an external program where you could choose your preferred browser and set up the command line arguments appropriately.

Trouble is, I've got a feeling this is only available in the full versions of visual studio...maybe you're using an express edition?

一萌ing 2024-12-06 12:51:58

这是不可能的,我搜索了 Visual Studio 配置,没有办法将任何浏览器设置为默认的 Visual Studio 浏览器。但是,如果您在特定浏览器中浏览它非常重要,您可以在项目 app.cs 文件中切换默认浏览器应用程序。看看这个链接,我希望它能帮助您了解如何在代码中更改它[仅适用于 WPF 应用程序],我在解决方案资源管理器中查看了项目属性,您可以转到其中的调试选项卡启动操作选择启动外部程序选择 IE 可执行文件,然后在命令行参数内的启动选项下清除 -Debug 然后启动您的应用程序,您将看到它在 IE 中运行并下载 YOUR_APP_NAME.xbap 文件。

如何使用 C# 更改默认浏览器

It's not possible to do that, I searched Visual Studio configuration, there is no way to set any browser as default visual studio browser. But, if it's very important for you to browse it in specific browser you can switch default browser application inside your project app.cs file. have a look at this links, I hope it will help you understand how to change it in your code [For WPF Application Only], I looked project properties in solution explorer, you can go to debug tab inside Start Action select Start external program select IE executable file, then under Start Option inside the command line argument clear -Debug then start your application you will see it runs inside IE and will download YOUR_APP_NAME.xbap file.

How do i change default browser using c#

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文