Replies: 1 comment 4 replies
-
Have you tried this nuget? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
2>Getting things ready to deploy assemblies to .NET nanoFramework device: ESP32_BLE_REV3 @ COM13.
2>Deploy failed.
2>
2>***************************************************************************
2>
2>
2>The connected target does not have support for the following assembly(ies):
2>
2> 'nanoFramework.Device.Can'
2>
2>Please check:
2> 1) if the target is running the most updated image.
2> 2) if the target image was built to include support for all referenced assemblies.
2>
2>Our Visual Studio FAQ has a troubleshooting guide: https://docs.nanoframework.net/content/faq/working-with-vs-extension.html
2>
2>***************************************************************************
2>
System Information
HAL build info: nanoCLR running @ ESP32 built with ESP-IDF ac5d805
Target: ESP32_BLE_REV3
Platform: ESP32
Firmware build Info:
Date: Aug 8 2023
Type: MinSizeRel build, chip rev. 3, support for PSRAM, support for BLE
CLR Version: 1.8.1.423
Compiler: GNU ARM GCC v8.4.0
How to solve the problem
Add native implementation of Devices.Can.
Beta Was this translation helpful? Give feedback.
All reactions