Hi there,
I've just set up Gallery Server Pro 2.6 for the first time. I'm using the SQL Server data provider with connectionStringName pointing to an existing SQL Server connection string in my Webconfig file. I've verified that the stored procedure (gs_AppSettingSelect) exists on the SQL Server and that the user account from this connection string has permissions to execute it.
I've created a simple page with the Gallery control on it, and it is giving me this error:
Could not find stored procedure 'dbo.gs_AppSettingSelect'
Any idea what I might be doing wrong?