Hi Miron,
Is this on SmartPhone? If so, using graphics as an embedded resource will
inflate the executable size which can lead to slow start times as the OS
performs a hash check on the file before executing it. If the executable
is also strong name signed, the CLR may perform a second hash check to
verify the strong name signature. You may consider moving the graphic
files to a separate assembly or a set of assemblies to improve performance.
Ryan Chapman
..NET Compact Framework
This posting is provided "AS IS" with no warranties, and confers no rights.
|