When I attempt to view a posting in the forums I get the following error. Any idea how to correct this?
Error
--------------------------------------------------------------------------------
An unexpected error has occurred on this page.The system administrators have been notified.
The error occurred in:
http://stephen/ThePhileVB/WebModules...spx?TopicId=50
Error Message:
Code page translations are not supported for the text data type. From: 1252 To: 850.
Error Stack:
System.Data.SqlClient.SqlException: Code page translations are not supported for the text data type. From: 1252 To: 850.
at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior behavior)
at System.Data.SqlClient.SqlCommand.System.Data.IDbCo mmand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(O bject data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
at Wrox.WebModules.Data.DbObject.RunProcedure(String storedProcName, IDataParameter[] parameters, String tableName) in C:\wrox\ThePhileVB\WebModules\Core\DBObject.
vb:lin e 103
at Wrox.WebModules.Forums.Data.Replies.GetReplies(Int 32 topicId, Int32 pageNumber, Int32 pageSize) in C:\wrox\ThePhileVB\WebModules\Forums\Forums.Data\R eplies.
vb:line 87
at Wrox.WebModules.Forums.Business.Topic.GetReplies(I nt32 pageNumber) in C:\wrox\ThePhileVB\WebModules\Forums\Forums.Busine ss\Topic.
vb:line 150
at Wrox.WebModules.Forums.Web.Topic.BindGrid() in C:\wrox\ThePhileVB\WebModules\Forums\Topic.aspx.
vb :line 287
at Wrox.WebModules.Forums.Web.Topic.Page_Load(Object sender, EventArgs e) in C:\wrox\ThePhileVB\WebModules\Forums\Topic.aspx.
vb :line 144
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()