Reputation: 1
I am getting the following error (see screenshot) after setting up my Azure Sphere and trying to run the Blink sample. Any ideas?Error
Upvotes: -1
Views: 244
Reputation: 45
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
Upvotes: 0
Reputation: 21
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/
Upvotes: -1
Reputation: 11
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
Upvotes: 1