Thanks, if I do ngen, then I have to strong name my assemblies, and
put them into GAC, right?
Do I still have a chance to easily upgrade them?
My application have a light weight upgrade feature, it simplely
compares the version info of local dlls/exe file to the info it gets
from network, then it download the new ones to replace the old ones.
Using ngen, is there any easy way to upgrade? I release my application
very offen, in about every 3 days.
Thanks again!
On Oct 19, 7:35 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> > Hi, I have a MainForm with Lots of Menu Items in a MenuStrip control,
> > several items in a StatusStrip, and a DockPanel from DockPanel Suite.
[quoted text clipped - 12 lines]
>
> Willy.