【发布时间】:2016-10-14 22:47:41
【问题描述】:
我在尝试使用 VS2015 在调试模式下将一个简单的 Python 应用程序部署到我的 Raspberry PI3 时遇到了一些麻烦。 我收到以下警告错误,不知道如何解决。
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'U:\Users\DefaultAccount\AppData\Local\DevelopmentFiles\Test7VS.Debug_ARM.stan\pythonhome\dlls\_ptvsdhelper.pyd'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
'backgroundTaskHost.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
The program '[916] backgroundTaskHost.exe' has exited with code 0 (0x0).
有什么帮助吗?
【问题讨论】:
标签: visual-studio-2015 raspberry-pi2 raspberry-pi3 windows-10-iot-core