Hello, I have been using vb.net almost two years now and this is the error of all errors. My program has three kinds of data platforms they are: dbase (clipper), ISAM (Cobol), and MS Access. When I do a search on one of the clipper files using a product called APOLLLO.NET a third party product, which makes ODBC object retrieval very easy. Anyway the error appears sometimes any where from 30 to 45 seconds later but not always and puts up an unmanaged (unhandled exception)to the screen. The program entry screen appears ready for the next entry, and when in debug mode the process stops on the first line of the main menu module Which is just a sub MAIN() doing nothing. After running the debug from the live session I see the following:
Unhandled exception generated: (0x00a17a28) <system Exception>
_ClassName=<null>
_exceptionMethod=<null>
_exceptionmethodstring=<null>
_innerException=<null>
_message=<0x009e2a30> "object reference not set to an instance of an object
_helpURL=<null>
_stackTrace=<0x00a17a68> array with dims=[72]
_stacktracestring=<null>
_remoteStackIndex=0x00000000
_HResult=0x800004003
_Source=<null>
_xptrs=0x0012d668
_xcode=0xc0000005
Thread 0x684 R 0x00000000" <unknown>
<cordbg>
Any ideas out there would be helpful.
Thanks in advance,
ucsjimj
Unhandled exception generated: (0x00a17a28) <system Exception>
_ClassName=<null>
_exceptionMethod=<null>
_exceptionmethodstring=<null>
_innerException=<null>
_message=<0x009e2a30> "object reference not set to an instance of an object
_helpURL=<null>
_stackTrace=<0x00a17a68> array with dims=[72]
_stacktracestring=<null>
_remoteStackIndex=0x00000000
_HResult=0x800004003
_Source=<null>
_xptrs=0x0012d668
_xcode=0xc0000005
Thread 0x684 R 0x00000000" <unknown>
<cordbg>
Any ideas out there would be helpful.
Thanks in advance,
ucsjimj