Is it an error ?

  • Thread starter Thread starter compboy
  • Start date Start date
C

compboy

error location:
MemoryDll.dll!MemoryDll.MemoryForm.Memory_Load() line 234 C#
(when i click a button, master program will call Memory_Load() function)

prompt:
unsettled: "System.ArgumentException" abnormity lie System.Windows.Forms.dll

I run this application, there is no error in the pocket PC / Windows CE
emulator,but the error appears when i run it in my pocket PC device.why?
 
Can you provide more information? What lies at the line 234?

Best regards,
Sergey Bogdanov
 
Sorry but due to the lack of information I can't help you. Describe
please what info object is, Total property, etc. Now it's really hard to
understand from your post where the problem is.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
I'm so sorry Bogdanov, I don't know how to describe the problem, becouse
few messages can be referenced in this error!
now, i will describe the problem detailedly try my best!
__________________________________________
In my project_A, MemoryDll.dll, has a dialog called Dialog_A in which was
lie three Labels, and I has defined the Load action, in it, I will set the
three labels' Text property , like this:
------code--------------
Load()
{
……
label_Tvalue.Text =
nfoTest.TPhy.ToString(); ------------LOCATION_1, the prompt will appear
here!
label_Avalue.Text = infoTest.APhy.ToString();
label_Uvalue.Text = infoTest.UPhy.ToString();
……
}
--------------------------
In other project_B, I defined a button, when I click the button, Dialog_A
will be shown.
When I run this process in PPC or Wince's Simulator, that 's OK, but run it
in PPC device, a dialog will be shown:

-Microsoft Development Everioment
dialog---------------------------------------------------------------------
unsettled: "System.ArgumentException" a style of
abnormity appear in System.Windows.Forms.dll
Other information: ArgumentException
----------------------------------------------------------------------------
-------------------------------------
and prompt triangle sign points to LOCATION_1.

ok, this is my problem description, can you help me? thanks again.


Best Regards
Kevin
 
Back
Top