http://bugs.winehq.org/show_bug.cgi?id=18106
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2009-04-19 11:59:55 --- Hello,
please stick to *one* problem as various Visual Studio versions still suffer from a large number of bugs.
For the issues you reported I picked out the interesting one and created a new bug 18114 for it.
--- quote --- Checking my system processes, I see that WindowsApplication1.exe is still running under wine, even though I never started debug or compiled. If I kill this and let wine stop, and then open VC# and try again, the process repeats. --- quote ---
This is by design. When you load an application project, a "hosting process" is created in background - even if you didn't start debugging.
The process improves the build->run performance by pre-creating an application domain for managed apps (which is a very costly operation), partial trust debugging (hence the separate/special app domain) and design time expression evaluation.
Regards