为 .NET 4.0 配置 GMap.NET
我如何为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试在项目中找到app.config文件。该配置应该放在那里。
Try to find the app.config file in the project. That configuration should go there.
对我来说,这看起来像一个 app.config 文件(将被重命名) VS 根据您的程序集名称自动执行)。
That looks like an app.config file to me (which will be renamed automatically by VS based on your assembly name).