Admin-Ahead Community

Windows => General Windows => Topic started by: Chetan Singh on February 01, 2014, 01:03:58 pm

Title: Keyword not supported: 'file access retry timeout'
Post by: Chetan Singh on February 01, 2014, 01:03:58 pm
Hello,

Today I was trying to deploy my site and got this error. However, site is working fine in my local system.

==========================>>>
Server Error in '/' Application.

Keyword not supported: 'file access retry timeout'.

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.ArgumentException: Keyword not supported: 'file access retry timeout'.
==========================>>>

It appears that I have an old version of SqlServerCE.dll. You need to update to SQL Server CE 4.0 SP1 to work with the latest version of WebMatrix.Data.dll.

To fix this error I have downloaded SQL Server CE 4.0 SP1 from the Microsoft URL,

http://www.microsoft.com/en-us/download/details.aspx?id=30709

Now, it's functioning properly!.

Thank you,