After creating the solution in a productionenviroment, I get the following error
Server Error in '/' Application.
You must set the singleton 'Umbraco.Core.Persistence.SqlSyntax.SqlSyntaxContext' to use an sql syntax provider Parameter name: SqlSyntaxProvider
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.ArgumentNullException: You must set the singleton 'Umbraco.Core.Persistence.SqlSyntax.SqlSyntaxContext' to use an sql syntax provider Parameter name: SqlSyntaxProvider
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:
The only other post I can find regarding this error is on StackOverflow
Hi I had the same issue. checked the connection string over and over again and still got the error. Re-uploading the web.config fixed my issue as well.
You must set the singleton
After creating the solution in a productionenviroment, I get the following error
Server Error in '/' Application.
You must set the singleton 'Umbraco.Core.Persistence.SqlSyntax.SqlSyntaxContext' to use an sql syntax provider
Parameter name: SqlSyntaxProvider
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.ArgumentNullException: You must set the singleton 'Umbraco.Core.Persistence.SqlSyntax.SqlSyntaxContext' to use an sql syntax provider
Parameter name: SqlSyntaxProvider
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:
The only other post I can find regarding this error is on StackOverflow
http://stackoverflow.com/questions/15443778/umbraco-v6-deploy-to-production-server-getting-db-exception-content-and-media-t
but it doesn't solve my problems.
I got it working on my local machine, and on a QA-server inhouse, but not in a hosting enviroment.
I got the exact same errors as in the stackoverflow-post.
Any suggestions ?
Sorry...Umbraco version 6.1.3
Deleted the web.config.
Checked, checked and checked again regarding the connectionstring.
Uploaded the web.config again.
And now it works....
Hi I had the same issue. checked the connection string over and over again and still got the error. Re-uploading the web.config fixed my issue as well.
In our case, we had "Encrypt=True" in the connection string. Removing this corrected the issue.
is working on a reply...