YAFLogo

Posted by: Kamyar - Wednesday, 25 November 2009 14:25:49
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: [b]"unknown column name: name, unknown column name: value[/b] 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: [b]"Must declare scalar variable: @ApplicationID".[/b] Anyone knows what am I doing wrong?

Posted by: Kamyar - Thursday, 26 November 2009 02:22:03
Here's an attached image.

Posted by: herman_herman - Thursday, 26 November 2009 11:16:41
Kamyar,Looks like you are installing using SQL2K! Right?

Posted by: herman_herman - Thursday, 26 November 2009 11:52:00
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:

Posted by: Kamyar - Thursday, 26 November 2009 14:22:46
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)

Posted by: herman_herman - Thursday, 26 November 2009 14:29:29
[quote=Kamyar]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)[/quote] 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 [url=http://forum.yetanotherforum.net/yaf_postst8879_Cannot-resolve-collation-conflict-for-equal-to-operation--FIX.aspx]here[/url]. ghorbanet