Eric
Wed Nov 19 14:00:37 CST 2003
Instead of doing something silly like Obfuscation which is a pain in itself,
consider some of the things that might be happening that signifigantly
increase size of code:
- in VB.Net, leaving "Option Strict" setting Off...
- adding Resources to a class project
An .exe of 1MB isnt that big a deal, since there's icons and bitmaps and so
forth buried inside.
A dll thats 1MB isnt such a big concern either...
--
Eric Newton
C#/ASP Application Developer
eric@cc.ensoft-software.com [remove the first "CC."]
"Gabriele G. Ponti" <ggponti.at.hotmail.com> wrote in message
news:u6Qvv2prDHA.572@TK2MSFTNGP11.phx.gbl...
> Try Dotfuscator Community Edition. It's a code obfuscator, but as side
> effect it should reduce the size of your DLL.
>
>
http://www.preemptive.com/dotfuscator/dotfuscator_ce.html
>
>