MyProj.svhost.exe running alone

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

Hi group

I am testing the Visual 2005 Express Edition. I have a solution with a
few projects (WinForms, and ClassLibrary), the start up projet is
MyProject. When i open the solution using visual, MyProject.svhost.exe
start immédiately.I cant run my project using debug. i can run using
the "run without debug" option. If i try to kill MyProjet.svhost.exe in
my windows App manager, it is killed, and immediately recreated (by
visual).

What is my problem ? I don't know how to work, please help ?

ROM
 
That process is required by Visual Studio and is used by it for the Designers
and Refactoring and things. You can turn it off but I think that makes VS
less reliable as complex refactoring and things are done in process so
mistakes are unrecoverable. The debugging issue is going to be something else
so you will need to post some kind of description of what happens when you
try, error messages, compiler errors etc

Ciaran O'Donnell
 
Back
Top