When you use floating DIVs in IE, it may not show as expected. DIV with float right may come below DIV with float left. This is a major bug happens only in IE.
When you build a Visual Studio 2005 project, you get two executables created, one application_name.exe and other application_name.vhost.exe. You may wondor why we need two exe files for one applcation. Actually vhost is a hosting process used by Visual Studio that improves debugging performance, enables partial trust debugging, and enables design time expression evaluation.You can disable the usage of the hosting process by clearing the “Enable the Visual Studio hosting process” check box in project properties on the Debug tab.