Hi All.
I downloaded the 64-bit source and opened it in VStudio 2010. I have made a YAF my StartUp Project. I have modified the db.config to have an appropriate connection string. I have a YAFNET Database setup with all of the YAF's tables and procedures.
Yet, when I run a project I get this:
=========================================================================
Procedure or function yaf_pageload has too many arguments specified.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Procedure or function yaf_pageload has too many arguments specified.
Source Error:
Line 712: {
Line 713: // no transaction
Line 714: da.Fill(ds);
Line 715: }
Line 716:
=========================================================================
Please help me fix this.