Quote Originally Posted by Codehammer
I Noticed just making a App with No Functionality runs At 11 MB in Memory!!
Win forms projects do that - this is because of what gets loaded for such projects (mscorlib.dll, forms.dll, system.dll, drawing.dll). Don't sweat it as this is normal for .Net apps, which are generally more memory-intensive than COM apps.