YAFLogo

Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer Topic Starter
15 years ago
I just tried to install Yaf 1.9.3 final BIN version For .Net 2.0. (using visual studio 2005). When I goto install/default.aspx and enter the config password, I get the error: "unknown column name: name, unknown column name: value in install/mssql/tables.sql. I have SQL server 2005 installed.

Restored the db from another machine which had I successfully installed 1.9.3 in .Net 3.5, and when I want to login, An error pops up saying: "Must declare scalar variable: @ApplicationID".

Anyone knows what am I doing wrong?


If at first you don’t succeed, call it version 1.0
Sponsor
Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer Topic Starter
15 years ago
Here's an attached image.


If at first you don’t succeed, call it version 1.0
herman_herman
15 years ago
Kamyar,Looks like you are installing using SQL2K! Right?
herman_herman
15 years ago
Kamyar,

I just checked the package myself and it is OK for .NET2 and SQL2K.Also make sure you are using the right web.config :cheesy:

Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer Topic Starter
15 years ago
I'm using SQL 2005 herman and recommended web.config on .Net 2.0. My guess is it's because of collation issues. Since this is one of my friends' problems, I'll let you know once I get the feedback from him. (I can's reproduce the issue on my PC since everything works fine under vs2008 even in .Net 2.0)
If at first you don’t succeed, call it version 1.0
herman_herman
15 years ago

I'm using SQL 2005 herman and recommended web.config on .Net 2.0. My guess is it's because of collation issues. Since this is one of my friends' problems, I'll let you know once I get the feedback from him. (I can's reproduce the issue on my PC since everything works fine under vs2008 even in .Net 2.0)

Kamyar wrote:

I remember there was issue with collations in 1.9.3 which was fixed later.If he has restored his DB then he may have this issue.Read more here .

ghorbanet