I am getting the following error (see screenshot) after setting up my Azure Sphere and trying to run the Blink sample. Any ideas?Error
Asked
Active
Viewed 240 times
3 Answers
1
Did you put your Sphere device into prep-debug mode? This step installs a gdb debugger on the device and sets things up so you can sideload applications.
azsphere device prep-debug

Brian Willess
- 11
- 1
0
I had an Object reference not found error
while trying to build and cleaning component cache resolved the issue.
Also for VS 2017: folder was
%USERPROFILE%\Microsoft\VisualStudio\15.0_d9d88191\ComponentModelCache

Hadi GhahremanNezhad
- 2,377
- 5
- 29
- 58

Ravindran Keshavan
- 25
- 5
-1
When I'd that error (the same one), I had to clean the visual studio cache.
You can see at this web site. https://www.matteopozzani.com/visual-studio-cache-cleanup/

Robson Luis
- 21
- 3