hey all.
I have just d/l and installed subsonic. I have a DB all setup with stored procedures. I have generated all the subsonic code and changed my webconfig file.
Now, when I try to run a SP from my DB, I get the error:
(NullReferenceException was unhandled by user code)
The only line I have in my webpage is:
Dim ds As DataSet = Alpine.SPs.AlpineSpBookingGetCollection().GetDataSet()
And this SP just basically does a select * from table. There are rows on the table.
Any ideas why I would get this error? The SP works fine with my normal code..but not with the subsonic stuff Ive only just d/l'd.
Cheers.