为 .NET 4.0 配置 GMap.NET

发布于 2024-09-28 14:07:55 字数 359 浏览 6 评论 0原文

我如何为 c# .NET 4.0 配置 GMap.NET 。我发现这个“如果您的目标是.NET4,请使用此配置:

<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true" ><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />   </startup ></configuration >

” 但我不知道该代码放在哪里

问候, 亚历克斯·巴德斯库

How can i configure GMap.NET for c# .NET 4.0 . I found this " If you target .NET4, use this configuration :

<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true" ><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />   </startup ></configuration >

"
but i don't know where to put this code

Regards,
Alex Badescu

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

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

发布评论

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

评论(2

故人如初 2024-10-05 14:07:55

尝试在项目中找到app.config文件。该配置应该放在那里。

Try to find the app.config file in the project. That configuration should go there.

謌踐踏愛綪 2024-10-05 14:07:55

对我来说,这看起来像一个 app.config 文件(将被重命名) VS 根据您的程序集名称自动执行)。

That looks like an app.config file to me (which will be renamed automatically by VS based on your assembly name).

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