Tasks running on my PC

vbt

Staff member
For some days, I have noticed that an application appears 4,5,6 times on my task list and it was never the case before. This app is "Valec", it seems that it comes with Visual Studio but I don't understand why it's running now on my PC and also on many tasks. Does someone have an idea ?
 
Multiple listings in task manager mean that an application has multiple independent instance running. Check to see if you have anything in the startup folder or other places like that.

Also according to my google search it appears that valec is the Visual Studio Analyzer component. If memory serves me right it's an app that runs concurently with your compiled apps and logs their performance.
 
Originally posted by gameboy900@May 26, 2004 @ 03:11 AM

Multiple listings in task manager mean that an application has multiple independent instance running. Check to see if you have anything in the startup folder or other places like that.


I have checked each place and found nothing.

Also according to my google search it appears that valec is the Visual Studio Analyzer component. If memory serves me right it's an app that runs concurently with your compiled apps and logs their performance.

I have developped nothing recently but maybe some programs I use starts automatically this app. Thanks anyway for the info 🙂
 
Back
Top