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.
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:
[HttpException (0x80004005): Request timed out.]
Version Information: Microsoft .NET Framework Version:2.0.50727.3615;
ASP.NET Version:2.0.50727.3618
You'll probably get a more helpfull answer if you could please tell us when you get this error and what version of Umbraco you're running. What is it that you're trying to achieve?
But now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
but now I receive the following error, does anyone know here about what
Server Error in '/' Application.
Keyword not supported: 'datalayer'.
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: 'datalayer'.
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:
[ArgumentException: Keyword not supported: 'datalayer'.]
Umbraco has been able to run on MySQL for some years now. So you're right, you're being corrected :-)
I have a couple of installations that are running fine on MySQL. But if 3. party packages supports it or not, could of course be an issue if a package is only working with MSSQL.
(Does not seem to be the issue here though, otherwise Chris would probably have said so already :-))
Request timed out.
Server Error in '/' Application.
Request timed out.
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.Web.HttpException: Request timed out.
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:
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618
????
Hi Sinan
You'll probably get a more helpfull answer if you could please tell us when you get this error and what version of Umbraco you're running. What is it that you're trying to achieve?
/Jan
umbroco version Umbraco_4_5_2_for_NET_3_5
Are you installing this locally or on a server?
Does the message appear in the righthand panel only?
I've not tested Standard Website using MySql, I have heard of some SQL datalayer issues withit, but not any other timeout problems.
Chris
<httpRuntime executionTimeout="9000" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
Server Error in '/' Application.
Keyword not supported: 'datalayer'.
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: 'datalayer'.
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:
[ArgumentException: Keyword not supported: 'datalayer'.]
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +4905476
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +98
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +55
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +200
System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +62
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4
System.Data.SqlClient.SqlConnection..ctor(String connectionString) +24
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +54
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText) +11
Koiak.BasicSite.usercontrols.BasicSiteInstall.Page_Load(Object sender, EventArgs e) +3476
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
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.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
Yep, this is the error I mentioned in the previous post.
Currently neither StandardWebsite or Basic Website support the datalayer keyword (and therefore I think MySQL).
Chris
is there solution or other possible heiden?
Apart from using MSSQL, nope... I've not had a chance to look into this issue.
I'm not sure what supports MySql but the best place to look is http://our.umbraco.org/projects/starter-kits
Maybe try CWS?
Umbraco only works upon MSSQL as far as I know, there are no plans to covert to the MySQL platform (preparing to be corrected here)
Si
I'm pretty sure Umbraco has supported MySQL since 3.1 (ish) although I've never used it.
Chris
Hi Simon
Umbraco has been able to run on MySQL for some years now. So you're right, you're being corrected :-)
I have a couple of installations that are running fine on MySQL. But if 3. party packages supports it or not, could of course be an issue if a package is only working with MSSQL.
(Does not seem to be the issue here though, otherwise Chris would probably have said so already :-))
Cheers
/Jan
is working on a reply...