Console window appear when starting a win forms inside IE -
07-13-2005
, 12:49 PM
We have a winforms application that is started from IE.
When we start the application with the URL (like www.myapp.com/OurApp.exe),
a console window appear before the first form of our application. The console
window stay until the application is close. Why this window is here ?
The project property of the exe is
-Output type --> Windows Application
-Startup Object --> CoucheClient.ApplicationEit (this is a class within the
assembly. She as a Sub Main function.
-Root namespace --> Mtq.Eit.
Thanks for your help ! |