G
Guest
HI, there,
I am developing the desktop application using VB 6 as well as VB.Net.
I have noticed one significant difference.
A created an empty windows app in VB contsing of a single form and there is
no coding and any control on it.
When I executed the EXE, it consumed 983KB of memory.
I created the same type of EXE in VB.net and when I executed I was
astonished to see that it Consumed approx 15 MB of Memory.
I looked very strange to me as from the primary analysis I think it might me
that CLR launched all the necessary DLL's in the memory space of the EXE that
i created like, System.Windows.dll, System.dll etc.
But I just want to know if this is the case then .NET windows applications
are very memory consuming as compared to their VB counterparts.
Could any one please eloberate this issue to me?
I am developing the desktop application using VB 6 as well as VB.Net.
I have noticed one significant difference.
A created an empty windows app in VB contsing of a single form and there is
no coding and any control on it.
When I executed the EXE, it consumed 983KB of memory.
I created the same type of EXE in VB.net and when I executed I was
astonished to see that it Consumed approx 15 MB of Memory.
I looked very strange to me as from the primary analysis I think it might me
that CLR launched all the necessary DLL's in the memory space of the EXE that
i created like, System.Windows.dll, System.dll etc.
But I just want to know if this is the case then .NET windows applications
are very memory consuming as compared to their VB counterparts.
Could any one please eloberate this issue to me?