开发者

configuring GMap.NET for .NET 4.0

开发者 https://www.devze.com 2023-01-20 22:57 出处:网络
How can i configure GMap.NET for c# .NET 4.0 . I found this \" If you target .NET4, use this 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 c开发者_开发知识库ode

Regards, Alex Badescu


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消