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

Getting issue on deployment #6

Closed bryancostanich closed 7 years ago

bryancostanich commented 7 years ago

When I try to deploy the attached application, I'm getting the following error at deploy:

Deployment to the device was not successful.
System.NullReferenceException: Object reference not set to an instance of an object
  at MonoDevelop.MicroFramework.MicroFrameworkDebuggerSession.OnRun (Mono.Debugging.Client.DebuggerStartInfo startInfo) [0x00202] in <de51a274f3e448518d2d855b7ae08da7>:0 

The project uses Nuget packages, so maybe that has something to do with it? N.F_BME280.zip

bryancostanich commented 7 years ago

Here are the packages in case you need them.

Packages.zip

bryancostanich commented 7 years ago

@garuma i think this may be because the .pe files are missing from the package. stay tuned, i pinged mhutch for some help there, maybe she can shed some light.

we discovered this by deploying from VS windows, which gave us a useful err.

bryancostanich commented 7 years ago

i screwed up the package. :)