SubSonic 2.2 missing stored procedures in StoredProcedures.cs when generated with sonic.exe
- by Mark
We are trying to move from SubSonic 2.0.3 to 2.2 (not using .NET 3.5).
When we regenerate the project using SubCommander\sonic.exe and try to compile we get some errors reporting missing members (which should have been automatically generated based on the stored procedures we have).
On closer inspection it looks like my StoredProcedures.cs file is missing some (not all) automatically generated methods for my classes.
As an example, I have 2 procs:
[dbo]._ClassA_Func1
[dbo]._ClassA_Func2
Only one of these is being generated in the StoredProcedures.cs file.
I have checked the permissions of both procs using fn_my_permissions and they seem identical.
Does anyone have any ideas on what I can check?
Thanks -- Mark