http://bugs.winehq.org/show_bug.cgi?id=18106 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #2 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.