
Unhandled exception error
Robert,
If you use a debug build you will be able to get more information regarding
the place where the exception occur (i.e. the code file and line number).
Now, depending on whether the error is in your code (highest probability) or
MS's .NET framework, the solutions are different (either fix your code, or
try an alternative way of obtaining what you want).
Mike.
_______________________________________________________
CodeSMART 2001 for Visual Basic - from www.axtools.com
- Project Explorer with VB code browsing
- AutoText - type a few letters for entire code blocks
- Code Analyzer, Spelling Checker, Code Reformatter
Visit us for freeware and commercial development tools!
Quote:
> I have developed a computer based version of a {*filter*} table game for a
> company and am having difficulty testing the program on Windows 98 and
> ME systems.
> Everything installs OK including dotnetfx.exe but when I run my
> program I get the error:
> Unhandled Exception
> Argument 'Length' must be greater than or equal to zero
> This happens only on computers running 98 or ME. My program runs fine
> on 2000 and XP systems.
> Any assistance is greatly appreciated.
> Regards
> Rob