WildernessLabs / NetMF_MonoDevelop_VS_Mac_Addin

.NET MicroFramework add-in for MonoDevelop/Xamarin Studio/Visual Studio Mac
MIT License
0 stars 3 forks source link

Error (Assemblies not deployed) when deploying a project that uses nuget packages #7

Closed bryancostanich closed 7 years ago

bryancostanich commented 7 years ago

I've got a project that uses nuget packages from the Netduino.Foundation project, but when I deploy it, i'm getting the following err:

Adding pe file /Users/bryancostanich/Projects/N.F_BME280/packages/WildernessLabs.Netduino.Foundation.Sensors.Barometric.Bme280.0.1.0/lib/netmf43/le/Netduino.Foundation.Sensors.Barometric.BME280.pe to deployment bundle
Adding pe file /Users/bryancostanich/Projects/N.F_BME280/N.F_BME280/bin/Debug/le/N.F_BME280.pe to deployment bundle
Adding pe file /Users/bryancostanich/Projects/N.F_BME280/packages/WildernessLabs.Netduino.Foundation.1.0.0/lib/netmf43/le/Netduino.Foundation.pe to deployment bundle
Adding pe file /Users/bryancostanich/.local/share/.NETMicroFramework/frameworks/Microsoft .NET Micro Framework/v4.3/Assemblies/le/Microsoft.SPOT.TinyCore.pe to deployment bundle
Adding pe file /Library/Frameworks/Microsoft .NET Micro Framework/v4.3/Assemblies/le/Microsoft.SPOT.Graphics.pe to deployment bundle
Attempting deployment...
Deploying assemblies to device
Deploying assemblies for a total size of 93380 bytes
Assemblies not successfully deployed to device.
Deployment to the device was not successful.

Repro solution and packages attached. N.F_BME280.zip Packages.zip

bryancostanich commented 7 years ago

This doesn't seem to be a mac-specific issue. On windows, the actual error is Cannot find any entrypoint

moar research needs to be done here.

bryancostanich commented 7 years ago

This isn't an issue with the addin. this seems to be a .NETMF issue.