View Single Post
  #1 (permalink)  
Old 05-01-2007, 08:00 PM
dlfallen dlfallen is offline
Junior Member
 
Join Date: Apr 2007
Location: Olympia, Washington USA
Posts: 24
Default BinaryFile Error

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
Reply With Quote