I've been noticing that VB.NET is a huge memory pig.
Can anyone tell me why even a "Hello world" program consisting of 1 form and 1 label would need to take up 7 meg of ram?? That is after it has been compiled for release.
Because the .NET framework libraries are rather large DLLs. The bad news is there're large. The good news is they're shared between all .NET applications running.
Chip H.
If you want to get the best response to a question, please check out FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.