Click here to Skip to main content
15,926,255 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Developing applications in C# for Blackberry Pin
Joel Ivory Johnson4-May-09 3:54
professionalJoel Ivory Johnson4-May-09 3:54 
QuestionRe: Developing applications in C# for Blackberry Pin
Johann Lazarus6-Feb-10 19:41
Johann Lazarus6-Feb-10 19:41 
QuestionChange Wallpaper in Pocket PC Pin
Nirmit Kavaiya2-May-09 21:06
professionalNirmit Kavaiya2-May-09 21:06 
AnswerRe: Change Wallpaper in Pocket PC Pin
energywave8-May-09 13:26
energywave8-May-09 13:26 
GeneralRe: Change Wallpaper in Pocket PC Pin
Nirmit Kavaiya10-May-09 20:18
professionalNirmit Kavaiya10-May-09 20:18 
QuestionAuto Answer Phone call Pin
Silva_A2-May-09 0:59
Silva_A2-May-09 0:59 
AnswerRe: Auto Answer Phone call Pin
Joel Ivory Johnson4-May-09 3:55
professionalJoel Ivory Johnson4-May-09 3:55 
QuestionSQL CE app, problems only while debugging, works when launched from device Pin
mdurli30-Apr-09 1:12
mdurli30-Apr-09 1:12 
Hello,
I have a very simple test DB application (VS2008 SP1, CF 3.5 SP1, SQLCE 3.5SP1, C#)that displays a datagrid and fills it with data on load, tableAdapter.Fill, and a button that executes a second time the same command tablaAdapter.Fill.
Deployed on CE 5.0.
1) on WM5.0 emulator works when run from vs2008, debugging (by the way, anyone has an idea on where to find a CE5.0 emulator ready to use under VS2008?)
2) on CE5.0 device works when run directly from the device
3) on CE5.0 device when run from vs2008, with debugging, displays the data, but when I click the button it gives a SqlCeException error on:
<br />
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]<br />
        [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]<br />
        public virtual int Fill(AppDatabase1DataSet.testDataTable dataTable) {<br />
            this.Adapter.SelectCommand = this.CommandCollection[0];<br />
            if ((this.ClearBeforeFill == true)) {<br />
                dataTable.Clear();<br />
            }<br />
            int returnValue = this.Adapter.Fill(dataTable); // here the error<br />
            return returnValue;<br />
        }


Any suggestion?

Thanks,
Mattia
QuestionCamera Pin
2_Raptor_229-Apr-09 17:41
2_Raptor_229-Apr-09 17:41 
AnswerRe: Camera Pin
~Khatri Mitesh~29-Apr-09 21:00
~Khatri Mitesh~29-Apr-09 21:00 
AnswerRe: Camera Pin
Jabbar_espania30-Apr-09 2:02
Jabbar_espania30-Apr-09 2:02 
GeneralRe: Camera Pin
2_Raptor_230-Apr-09 12:22
2_Raptor_230-Apr-09 12:22 
GeneralRe: Camera Pin
Jabbar_espania30-Apr-09 23:31
Jabbar_espania30-Apr-09 23:31 
GeneralRe: Camera Pin
~Khatri Mitesh~1-May-09 21:42
~Khatri Mitesh~1-May-09 21:42 
GeneralRe: Camera Pin
2_Raptor_23-May-09 11:44
2_Raptor_23-May-09 11:44 
QuestionMultiple Language Selection Pin
VarunPrakash27-Apr-09 19:30
VarunPrakash27-Apr-09 19:30 
AnswerRe: Multiple Language Selection Pin
Joel Ivory Johnson29-Apr-09 5:08
professionalJoel Ivory Johnson29-Apr-09 5:08 
AnswerRe: Multiple Language Selection Pin
energywave8-May-09 13:32
energywave8-May-09 13:32 
QuestionPlaying AVI on Windows Mobile using C# Pin
BosGaurus26-Apr-09 23:27
BosGaurus26-Apr-09 23:27 
AnswerRe: Playing AVI on Windows Mobile using C# Pin
Joel Ivory Johnson29-Apr-09 5:07
professionalJoel Ivory Johnson29-Apr-09 5:07 
GeneralRe: Playing AVI on Windows Mobile using C# Pin
BosGaurus29-Apr-09 5:41
BosGaurus29-Apr-09 5:41 
GeneralRe: Playing AVI on Windows Mobile using C# Pin
Joel Ivory Johnson29-Apr-09 6:38
professionalJoel Ivory Johnson29-Apr-09 6:38 
GeneralRe: Playing AVI on Windows Mobile using C# Pin
BosGaurus29-Apr-09 7:33
BosGaurus29-Apr-09 7:33 
Questionc# : How can i control Send/Receive event ? Pin
Idandush26-Apr-09 23:03
Idandush26-Apr-09 23:03 
QuestionHow Should I start Pin
ashish8patil25-Apr-09 3:33
ashish8patil25-Apr-09 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.