G
Guest
We are developing a CF forms application using C#. This application
specifically targets Symbol handhelds (2800 & 8800). We can't run the
application on the emulator or any other device because of the Symbol
scanning dlls required for our application.
While developing a complex form, the form stopped working and would give an
error message when deploying. "The remote connection to the device has been
lost. Please verify the device connection and restart debugging." At this
point, no code within the application has been executed, the static Main
function is not even called.
We are using many controls that we have developed ourselves and also panels,
tab control, etc. on this form. If we remove a few controls from the form, it
will run again. The EXACT count doesn't seem to be the problem because the
count of controls differs by one on the 2800 and 8800. The number that this
happens at is 119 and 120 controls on the form (don't blame me, not my UI
design, I just write the underlying controls and all the data access).
Does anyone know of any specific control or memory limitation with a CF form
that might manifest itself in this manner. Any ideas (other than just
removing controls, we know that makes it run) would be appreciated.
specifically targets Symbol handhelds (2800 & 8800). We can't run the
application on the emulator or any other device because of the Symbol
scanning dlls required for our application.
While developing a complex form, the form stopped working and would give an
error message when deploying. "The remote connection to the device has been
lost. Please verify the device connection and restart debugging." At this
point, no code within the application has been executed, the static Main
function is not even called.
We are using many controls that we have developed ourselves and also panels,
tab control, etc. on this form. If we remove a few controls from the form, it
will run again. The EXACT count doesn't seem to be the problem because the
count of controls differs by one on the 2800 and 8800. The number that this
happens at is 119 and 120 controls on the form (don't blame me, not my UI
design, I just write the underlying controls and all the data access).
Does anyone know of any specific control or memory limitation with a CF form
that might manifest itself in this manner. Any ideas (other than just
removing controls, we know that makes it run) would be appreciated.