C
compboy
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=infoTest.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
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=infoTest.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