I have a small basic program that I made a couple years ago in Visual Basic 6 which I opened in .NET and it runs fine. The only problem I see is that the process for the VB6 version was somewhere around 3,500 K and the new one from .NET runs at about 10,500 K. I also totally reprogrammed a new version from scratch in .NET and it also runs at around 10,500 K.

Is there anything I can prune from the .NET build that would lower the process memory footprint?? Or do .NET apps just take more memory to run?

Thanks
Carl