An unhandled exception of type ''System.StackOverflowException'' occurred in mscorlib.dll?
I'm using the latest VB release (2005 beta 2?) and the latest .NET framework (2.0?). Everything was working fine earlier today as I was working on my application, which plays MP3s. It contains several forms and I moved the control I use to play media from one form to the other and changed my code accordingly. After this I began receiving the error:
An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
I have no idea what this means and it doesnt give me a specific line that's erroring but I still set out and looked around to try and find out what's wrong, but I couldn't. I've commented out the code I added, reversed my changes, looked for recursive functions or infinite loops and I can't find anything that could be causing this error.
Has anyone else had this problem? If so, what can I do to fix it?

