I know this subject has come up many times before, but I guess I still don’t fully understand how to interpret the information displayed during deployment.
I’m writing an application for the Panda II that has two projects (main and sub-project).
When I deploy to the device, I randomly see different sizes for the “total size”:
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 69672 bytes
Assemblies successfully deployed to device.
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 32768 bytes
Assemblies successfully deployed to device.
Incrementally deploying assemblies to device
Deploying assemblies for a total size of 48872 bytes
Assemblies successfully deployed to device.
Why does this happen, and how do I determine the actual size deployed?