tags:

views:

59

answers:

3

Hi I am trying to call the stored procedure using subsonic and getting Object Reference not set. It is working for othe procedure only fails if the procedure don't have any parameters.

Is this known error? any fix?

Thanks

(I am using the latest version)

A: 

This is a known issue, the workaround at this time is to create a parameter for the stored procedure that doesn't do anything, I like to use an int and pass 0.

This should hopefully be fixed by v3.0.

John Rasch
This was fixed in v2.2. Trying to track down the issue but coming up short at the moment.
John Sheehan
Neat, why wouldn't they make this public on their website?
John Rasch
A: 

This was fixed in version 2.2 (I can't track down the Google Code or CodePlex issue for it right now, but I'm certain it was fixed).

John Sheehan
It was fixed in r473: http://code.google.com/p/subsonicproject/source/detail?r=473
John Sheehan
A: 

Upgrade to the latest version in which this is fixed: Get the 2.2 version here

Mischa Kroon