Why the C# compiler better then the VB.Net compiler...
So I've spent the last several hours on a very stupid problem.
My ASP.Net application wasn't binding to a datagrid that I had setup. So in my attempt to find out what was going on I stripped the VB.net code from the site and placed it in a WinForm.
Still no go, no data was getting binded to the grid. After f'n with it I realized that my function was NOT returning the dataview to the grid.
I know, dumb problem and stupid me for not realizing it, but atleast the C# compiler would have told me that none of the code paths return anything. Arrgghh.. if I could I would have hit the person that started this project in VB.net..