I'm writing a program using the binaryfile.dll. It runs fine on the PC both in development, and when compiled. When I compile for the PPC and try to run that on the device, I get the following error message:
"Error Loading Program
NullReferenceException"
Apparently, the error occurs when the program is loading, not when it is executing. Any ideas here?
-dlfallen
"Error Loading Program
NullReferenceException"
Apparently, the error occurs when the program is loading, not when it is executing. Any ideas here?
-dlfallen