YAFLogo

Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
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.

Sponsor
Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
How and where can I get the newest database structure for YAF? The source code version I have is YAF-v1.9.5-FINAL-BIN.zip
Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
ALso, what I couldn't find on the site here is complete instructions on how to make this project run. Any suggestions?
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago
The C# code doesn't correspond to sql scripts - it's your problem if you mix them.
Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
I am not mixing C# and SQL. What gave you that idea?
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago
I don't have 'an idea' I've pointed you the exact reason.

Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
I am sorry, can you please be a little more specific? It isn't clear to me.
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer
13 years ago
The C# code version doesn't correspond to sql scripts version.

Vituxa
  • Vituxa
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
13 years ago
So, what does it correspond to? Can one run the C# version? What does one need to run it?

И еще, может знаешь, версия которая без работает у меня в Visual Studio, а как выставлю на сервер через IIS 7, то Internet Explorer cannot display the webpage и все тут. Не знаю как побороть.