P
princepanchal
I have some CF 2.0 code that I'm testing on the following Mobile 5.0
builds
1) OS 5.1.342 (Build 15096.3.0.0)
2) OS 5.1.478 (Build 15706.3.5.2)
Is 2) just a more current version of 1)?
Also for this code in the OS 5.1.478 version I am getting a
NullReferenceException.
Form myForm = new Form ();
myForm.ShowDialog();
myForm.Dispose(); // NullReferenceException thrown here
Why am I getting this exception in the newer version. Thanks
I am using CF 2.0.7045.0
Thanks!
builds
1) OS 5.1.342 (Build 15096.3.0.0)
2) OS 5.1.478 (Build 15706.3.5.2)
Is 2) just a more current version of 1)?
Also for this code in the OS 5.1.478 version I am getting a
NullReferenceException.
Form myForm = new Form ();
myForm.ShowDialog();
myForm.Dispose(); // NullReferenceException thrown here
Why am I getting this exception in the newer version. Thanks
I am using CF 2.0.7045.0
Thanks!