DavidAnton
Wed Nov 16 10:00:19 CST 2005
D'oh!!
I was so sure of the answer, I didn't pay enough attention to the question!
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant C++: C# to C++ Converter
Instant J#: VB.NET to J# Converter
"Herfried K. Wagner [MVP]" wrote:
> "David Anton" <DavidAnton@discussions.microsoft.com> schrieb:
> > If you're using 2005, then the difference is likely due to the hidden
> > files
> > VB uses to support part of the My namespace functionality (look in the
> > project directory to see what I mean). You'll see that there are more
> > files
> > for the VB project: e.g., Application.Designer.vb and
> > ApplicationEvents.vb.
> > This will be enough to cause the difference in exe size you're seeing.
>
> Mhm... Accoding to the OP the C# executable is larger than the executable
> created with VB:
>
> >> the vb exe is 10KB
> >> the C# exe is 20KB
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/>
> V B <URL:
http://classicvb.org/petition/>
>
>