Click here to Skip to main content
15,896,063 members
Home / Discussions / Mobile
   

Mobile

 
QuestionDownloading a picture from a Servlet [modified] Pin
Vichitram12-Feb-07 20:10
Vichitram12-Feb-07 20:10 
QuestionAbout tiny kernel template? Pin
Syouki_kou12-Feb-07 17:56
Syouki_kou12-Feb-07 17:56 
AnswerRe: About tiny kernel template? Pin
Mike Dimmick15-Feb-07 0:19
Mike Dimmick15-Feb-07 0:19 
Questionperformance profiling tool for Windows Mobile? Pin
George_George12-Feb-07 4:34
George_George12-Feb-07 4:34 
QuestionWSE3 and VS2005 compact framework Pin
AndyBrew7012-Feb-07 2:12
AndyBrew7012-Feb-07 2:12 
QuestionOpenNetCf version Pin
ArchaBhandare11-Feb-07 22:13
ArchaBhandare11-Feb-07 22:13 
Questionexception encountered Pin
ArchaBhandare11-Feb-07 20:06
ArchaBhandare11-Feb-07 20:06 
AnswerRe: exception encountered Pin
perlmunger21-Feb-07 5:39
perlmunger21-Feb-07 5:39 
Looks to me like you are trying to use an assembly that was created to work in the .NET Framework, but not in the .NET Compact Framework. That's just a guess though. The error message is confusing because it says that it occurred in 'System.Windows.Forms.dll', but the apparent missing method is Dispose which is found in 'Symbol.Generic.Controller'. Are you calling Dispose in your form on a Symbol.Generic.Controller object? If so, trying removing it and see if that helps. It seems that you may have inadvertently compiled your application against a normal .NET Framework library which has the Dispose method, but as soon as you try to run it on the PDA which has a different version of the Symbol assembly, it croaks because it doesn't support that method.

This would also explain why it's a runtime exception and not a compile time failure.

-Matt

------------------------------------------
The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall

QuestionSMS Protocol...? Pin
PavanPareta11-Feb-07 19:24
PavanPareta11-Feb-07 19:24 
AnswerRe: SMS Protocol...? Pin
perlmunger21-Feb-07 5:48
perlmunger21-Feb-07 5:48 
Questionsoftware Pin
Member 38136799-Feb-07 7:09
Member 38136799-Feb-07 7:09 
QuestionTabletPC 1.0 Advanced Remote Pin
Member 38136799-Feb-07 7:08
Member 38136799-Feb-07 7:08 
QuestionHelp Needed!! Problem in running an exe file Pin
ArchaBhandare8-Feb-07 20:49
ArchaBhandare8-Feb-07 20:49 
AnswerRe: Help Needed!! Problem in running an exe file Pin
Ashvin Gunga20-Feb-07 19:48
Ashvin Gunga20-Feb-07 19:48 
AnswerRe: Help Needed!! Problem in running an exe file Pin
arcticbrew22-Feb-07 6:30
arcticbrew22-Feb-07 6:30 
QuestionContacts/Tasks/Calendar - data file documentations Pin
pmazolo7-Feb-07 21:36
pmazolo7-Feb-07 21:36 
AnswerRe: Contacts/Tasks/Calendar - data file documentations Pin
_teh_7-Feb-07 22:18
_teh_7-Feb-07 22:18 
GeneralRe: Contacts/Tasks/Calendar - data file documentations Pin
pmazolo8-Feb-07 2:13
pmazolo8-Feb-07 2:13 
QuestionWeb Service to work with Pocket PC Pin
Developer Saksham7-Feb-07 20:35
Developer Saksham7-Feb-07 20:35 
AnswerRe: Web Service to work with Pocket PC Pin
perlmunger21-Feb-07 5:53
perlmunger21-Feb-07 5:53 
Questionsending email from ppc 2003 Pin
_teh_7-Feb-07 5:45
_teh_7-Feb-07 5:45 
AnswerRe: sending email from ppc 2003 Pin
perlmunger21-Feb-07 6:02
perlmunger21-Feb-07 6:02 
GeneralRe: sending email from ppc 2003 Pin
_teh_22-Feb-07 6:23
_teh_22-Feb-07 6:23 
GeneralRe: sending email from ppc 2003 Pin
perlmunger22-Feb-07 9:17
perlmunger22-Feb-07 9:17 
QuestionWindows CE 5 vs. CE.Net Pin
Yadrif7-Feb-07 3:57
Yadrif7-Feb-07 3:57 

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.