|
Ok, I'm pretty new to VB and still getting the hang of things. I started work on a new program yesterday. Today, I opened it up, condensed a few subroutines down into one, and now it doesn't work. When I start the debugger, it gives me the following error:
A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll
I assume this error has something to do with how I condensed several subroutines into one, but I don't know what. The debugger doesn't highlight any specific code for me to look at, so I can't even guess. Any help is appreciated.
--EDIT--
Nevermind. I found the problem. I had a variable defined with incorrect information.
|