I have a bizarre problem;
When my CF2.0 app runs, the built in device contacts (phonebook) list goes blank.
This happens on the four seperate device make/models I have tested this on (Model / Manufacturer can be provided if anyone thinks it's relevant)
As far as I can tell it seems to be something to do with the references in my application which reads like a bit of shopping list (found at the bottom of the post)
If I build a very simple "Hello World" App, the contacts list remains but as soon as the first form loads in my own app, the contacts list empties.
Has anyone else experienced this bug or my plan of attack is to extend the Hello World App one reference at time and a couple of benign lines of code to do something in each particular dll.
'// List of References in the Application
Microsoft.WindowsCE.Forms
Microsoft.WindowsMobile.Forms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
Microsoft.WindowsMobile.Telephony, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
OpenNETCF.Windows.Forms, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e60dbea84bb431b7,
Resco.AdvancedList.CF2, Version=5.2.0.0, Culture=neutral, PublicKeyToken=7444f602060105f9,
Resco.AdvancedTree.CF2, Version=5.3.0.0, Culture=neutral, PublicKeyToken=7444f602060105f9,
Resco.SmartGrid.CF2, Version=5.2.0.0, Culture=neutral, PublicKeyToken=7444f602060105f9,
System
System.Data
System.Data.SqlServerCe, Version=3.0.3600.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3,
System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac,
System.Web.Services
System.Windows.Forms
System.Windows.Forms.DataGrid
System.XML