Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the .psess file in my Windows Service?

I've been making changes to a Windows Service in Visual Studio (2010, .NET 4.0 project) and when I go to close the solution or commit to TFS, Visual Studio prompts me to save a .psess file (MyService.psess) that I've never seen before and does not seem to exist yet (a file save dialog pops up prompting me for a location).

I can't find any documentation on this file. What is it? What might I have done to create it? Is it required?

like image 632
Calvin Fisher Avatar asked Jun 09 '11 15:06

Calvin Fisher


1 Answers

These files generally contain performance profiling session data. You can view the Performance Explorer window to see if you have any open sessions using the menu View->Other Windows->Performance Explorer.

You can delete the sessions there also, if need be.

like image 137
CodeNaked Avatar answered Oct 01 '22 21:10

CodeNaked