注册 登录
编程论坛 C# 论坛

[請教]Win7、Win8為何無法開啟Win10編譯的藍芽BLE執行檔?

kenny2738 发布于 2023-08-22 15:16, 785 次点击
各位前輩好,我有一個BLE藍芽通訊的C#程式,該程式Debug的編譯檔可以在其他Win10系統上正常開啟但是Win7、Win8系統卻無法開啟,一直查不出原因,想請知道的前輩指導,以下將該程式編譯後Debug資料夾內的檔案名稱放上來給前輩們參考方便找問題

System.Runtime.WindowsRuntime.dll、System.Runtime.WindowsRuntime.xml、Windows.winmd、WindowsFormsApplication1.vshost.exe、WindowsFormsApplication1.vshost.exe.config、WindowsFormsApplication1.vshost.exe.manifest、YH.Bluetooth.application、YH.Bluetooth.exe、YH.Bluetooth.exe.config、YH.Bluetooth.exe.manifest、YH.Bluetooth.pdb、YH.Bluetooth.vshost.exe、YH.Bluetooth.vshost.exe.config、YH.Bluetooth.vshost.exe.manifest
2 回复
#2
龙胆草2023-08-25 07:50
既然与系统相关,那就怀疑是不是你编和程式或引用文件使用的.NET Framework版本太高,在低版本下不支持。现在win10及以上一般都是Framework 4.8,而win7/8系统自带的Framework最高为4.6版。
你可以升级下试试。若说的不对请多包涵。
#3
kenny27382023-09-08 15:02
了解,感謝您的回覆,我在試看看。
1