本文介绍了需要WlanSetProfileEapXmlUserData和WlanSetProfileEapUserData示例帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我们面临的问题完全相同。 https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f1a62f21-5caf-4fe8- 9c2f-30b709da6992 / wlansetprofileeapxmluserdata-under-windows7?forum = vistawirelesssdk 我们使用wlanapi.dll并在调试和发布时调用wlansetprofileeapxmluserdata。 system.ComponentModel.Win32Exception(0x80004005):MethodName:WlanDeleteProfile,ErrorCode:1206,ErrorMessage:网络连接配置文件已损坏。在$ WinGativeWifi中, 。 Win32.BaseMethod.SetEAPXmlUserData(SafeClientHandle clientHandle,Guid interfaceId,String profileName,String profilleSecurityLevel,String userXML) 问题在Windows10 x64上的C#中调用wlansetprofileeapxmluserdata。 请告知是否有关于如何使用C#设置Exxmluserdata的线索。 并建议使用C#为wlansetprofileeapuserdata提供任何示例。 环境:VS 2017 professional,C#,nativiewifi api,wlanapi.dll, windows10 x64,x86和windows 7. 解决方案 We are facing exact same issue as like this.https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f1a62f21-5caf-4fe8-9c2f-30b709da6992/wlansetprofileeapxmluserdata-under-windows7?forum=vistawirelesssdkWe using wlanapi.dll and issue on debug and release on invoking wlansetprofileeapxmluserdata. system.ComponentModel.Win32Exception(0x80004005):MethodName: WlanDeleteProfile, ErrorCode: 1206, ErrorMessage: The network connection profile is corrupted.at WinNativeWifi.Win32.BaseMethod.SetEAPXmlUserData(SafeClientHandle clientHandle, Guid interfaceId, String profileName, String profilleSecurityLevel, String userXML)Issue on this invoking wlansetprofileeapxmluserdata in C# on windows10 x64. Please advise if any clues on how to setEAPxmluserdata using C#.And, advise any example for wlansetprofileeapuserdata using C#.Environment: VS 2017 professional, C#, nativiewifi api, wlanapi.dll, windows10 x64, x86, and windows 7. 解决方案 这篇关于需要WlanSetProfileEapXmlUserData和WlanSetProfileEapUserData示例帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!