You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to build the solution against LLBLGen 5.4, but I'm facing a weird problem when generating code from the LLBLGen designer. The problem is that when generating stored procdure calls (in the 'ActionProcedures.cs' file) everything looks fine except that the name of the mapped stored procedure is missing.
I've managed to build the solution against LLBLGen 5.4, but I'm facing a weird problem when generating code from the LLBLGen designer. The problem is that when generating stored procdure calls (in the 'ActionProcedures.cs' file) everything looks fine except that the name of the mapped stored procedure is missing.
Example of generated code:
As you can see the second parameter of
StoredProcedureCall
is missing. Any ideas on how I can solve this?The text was updated successfully, but these errors were encountered: