Hi,
I have an problem.
In Form2.vb code, I used the variable FromBus
public FromBus as integer in module mFindWindow.vb
and I run my program on a computer in my company, it Ok.
But when I copy it back to my computer at home, it Fail with message and details:
============================================
The type initializer for 'ApiCalls.mFindWindow' threw an exception.
System.TypeInitializationException occurred
Message="The type initializer for 'ApiCalls.mFindWindow' threw an exception."
Source="ApiCalls"
TypeName="ApiCalls.mFindWindow"
StackTrace:
at ApiCalls.frmPSSE.txtFromBus_KeyUp(Object sender, KeyEventArgs e) in C:\Documents and Settings\tuna\My Documents\Visual Studio 2005\Projects\APICalls\Form2.vb:line 62
============================================
Please help me.
Thanks.


