loop running in background
-
what is visual studio doing when there is suddenly some loop that is running in the background while I am simply typing in controls. It halts the program and sometimes it will do it every 5-10 seconds. It is a real pain in the ars. is there any way to fix this? Thanks
-
what is visual studio doing when there is suddenly some loop that is running in the background while I am simply typing in controls. It halts the program and sometimes it will do it every 5-10 seconds. It is a real pain in the ars. is there any way to fix this? Thanks
It is accessing intellisense information, compiling your code, and possibly accessing dynamic help. The first thing I would check is that you do not have dynamic help open. If you have a slow processor, and/or limited memory, that could also have a big influence.
-
It is accessing intellisense information, compiling your code, and possibly accessing dynamic help. The first thing I would check is that you do not have dynamic help open. If you have a slow processor, and/or limited memory, that could also have a big influence.