StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

No active context causes a crash #46

Closed binaryn3xus closed 6 years ago

binaryn3xus commented 6 years ago

During testing of some other issues, I have stumbled across another issue. If you open a project that does not have any windows that are open when the solution opens, then you try to run it, it will fail to run. This is due to a null reference exception. I am not sure if it has something to do with the type of project you are running as well. I am investigating further and if I find something then I will add more notes here.

StefanKert commented 6 years ago

Fixed with #47