I'm using visual studio 2017, currently i'm developing UWP apps I don't know the exact reason, when i try to run the application it suddenly stops and closes and then restarts again and also some times i get the Microsoft Visual Studio is busy message as a notification and visual studio got stucked. Can any one help me to solve this issues.
Asked
Active
Viewed 75 times
0
-
looks like the compiler might be crashing. What version are you running? – Takarii Jul 20 '17 at 12:44
-
VS will write logs which you can read to further drill down on possible causes. I cannot remember offhand where they are created but I think it's in the Appdata folders. – JWP Jul 20 '17 at 13:16
-
create a crash dump and analyze the dump as I've explained in [my answer](https://stackoverflow.com/a/44312452/1466046) – magicandre1981 Jul 20 '17 at 14:34
-
My Visual Studio version: 15.2(26430.16) @Takarii – Murali Jul 21 '17 at 06:30