I try to install sql 2008 with turkish collation.
I fixed some problemns in the sql procedure. For example id/ID upper case problems.
When I create the db Latin1_General_CI_AS collation, db is succesfully created.
But I have a error reach to admin page
BBCode.EncodeHTML( PageContext.GetProfile( Eval("UserName").ToString() ).Location )
collation conflict between "Turkish_CI_AS" and "Latin1_General_CI_AS"
Other option is create a db Turkish_CI_AS :
but installation cannot be finished,
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
YAF.Classes.Utils.YafBoardSettings.get_Name() +14
YAF.Classes.Base.ForumPage.GeneratePageTitle() +203
YAF.Classes.Base.ForumPage.ForumPage_Load(Object sender, EventArgs e) +56
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
I try to cahnge DB user languages turkish or english but not success.
How can I solve that problem ?
What is the default collation and can be used in turkish ?