I am getting the following error message after my form
loads and I click on the first button.
'System.TypeLoadException' occurred in
System.Windows.Forms.dll"

I was not getting this error before I created a custom
DLL of my own types and included it in the project. I am
sure that this has something to do with it but what that
is, I am not sure. The Dll just has a bunch of
businessObject classes. I had them as part of my
application but put them into their own Dll so that I
could reuse them elswhere.

I am devloping with Visual studio and using C#,
developing for a pocket pc 2002 device, and I am testing
on the device.

Any help is appreciated!

-Steve