Demos problem - collating sequence not supported by the operating system

Running VS.net 2003, on Windows Server2003, IIS 6…

am I missing something here?

Server Error in ‘/Aspose.Excel.Demos’ Application.

Selected collating sequence not supported by the operating system.
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.OleDb.OleDbException: Selected collating sequence not supported by the operating system.

Source Error:

Line 136: (((Products.Discontinued) = No))
Line 137: Order by Products.ProductName";
Line 138: this.oleDbDataAdapter1.Fill(this.dataTable1);
Line 139:
Line 140: Worksheet sheet = excel.Worksheets[0];

Source File: D:\Program Files\Aspose\Aspose.Excel\Demos\Aspose.Excel.Demos\NorthWind.aspx.cs Line: 138

Stack Trace:

[OleDbException (0x80004005): Selected collating sequence not supported by the operating system.]
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr)
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)
System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)
System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
Aspose.Excel.Demos.Northwind.CreateProductsList(Excel excel) in D:\Program Files\Aspose\Aspose.Excel\Demos\Aspose.Excel.Demos\NorthWind.aspx.cs:138
Aspose.Excel.Demos.Northwind.Page_Load(Object sender, EventArgs e) in D:\Program Files\Aspose\Aspose.Excel\Demos\Aspose.Excel.Demos\NorthWind.aspx.cs:49
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Hi, thanks for your consideration.

Please refer to https://forum.aspose.com/t/119826.