Hi,
I use firefox in version 3.0.4 and gaia version 3.5.
I recovered the first error and that is the firebug message:
</pre></code>
66
67 </td>
68 </tr>
69 </table>
70
71 <br>
72
73 <hr width=100% size=1 color=silver>
74
75 <b>Versionsinformationen:</b> Microsoft .NET Framework-Version:2.0.50727.3053; ASP.NET-Version:2.0.50727.3053
76
77 </font>
78
79 </body>
80</html>
81<!--
82[NotSupportedException]: Die Kultur de ist neutral. Sie kann nicht als die aktuelle Threadkultur festgelegt werden, da sie nicht zum Formatieren und Analysieren verwendet werden kann.
83 bei System.Globalization.CultureInfo.CheckNeutral(CultureInfo culture)
84 bei System.Globalization.CultureInfo.get_DateTimeFormat()
85 bei System.Globalization.DateTimeFormatInfo.GetInstance(IFormatProvider provider)
86 bei System.DateTime.TryParseExact(String s, String format, IFormatProvider provider, DateTimeStyles style, DateTime& result)
87 bei Gaia.WebWidgets.Extensions.DateTimePicker.OnLoad(EventArgs e)
88 bei System.Web.UI.Control.LoadRecursive()
89 bei System.Web.UI.Control.LoadRecursive()
90 bei System.Web.UI.Control.LoadRecursive()
91 bei System.Web.UI.Control.LoadRecursive()
92 bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
93[HttpUnhandledException]: Eine Ausnahme vom Typ System.Web.HttpUnhandledException wurde ausgelöst.
94 bei System.Web.UI.Page.HandleError(Exception e)
95 bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
96 bei System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
97 bei System.Web.UI.Page.ProcessRequest()
98 bei System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
99 bei System.Web.UI.Page.ProcessRequest(HttpContext context)
100 bei ASP.publish_myactivity_suchen_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\axcmsweblive_myactivity\8457a495\5bab6376\App_Web_myactivity_suchen.aspx.abaa6ba5.szoufeo3.0.cs:Zeile 0.
101 bei System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
102[HttpException]: Fehler beim Ausführen der untergeordneten Anforderung für /AxCMSwebLive_MyActivity/publish/MyActivity_Suchen.aspx.
103 bei System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
104 bei System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm)
105 bei System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
106 bei System.Web.HttpServerUtility.Transfer(String path)
107 bei Axinom.AECMS.HttpHandler.LiveHttpHandler.a(AxPageBase , String , Int32 , String , String )
108 bei Axinom.AECMS.HttpHandler.LiveHttpHandler.DoProcessRequest()
109 bei Axinom.AECMS.HttpHandler.BaseHttpHandler.ProcessRequest(HttpContext context)
110 bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
111 bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously
thats the markup code:
<%@ Register Assembly="Gaia.WebWidgets.Extensions" Namespace="Gaia.WebWidgets.Extensions"
TagPrefix="gaia" %>
<div>
<gaia:DateTimePicker ID="DateTimePicker1" runat="server" />
<table>
<tr>
when I set the culture to "de-DE"
that's the reply of the server:
Gaia.SU(true);
at the "normal" website it is:
'false';$G('datepicker1_DateTimePicker1_input').setText('2009.04.16 09:02');$G('datepicker1_DateTimePicker1_dtpButton'
).setToggle(false);$G('datepicker1_DateTimePicker1_panel').setVisible(false);
$FChange('__VIEWSTATE', 45, 'xYCHgVWYWx1ZQYAuMM6iYzLCBYGZg8PFgIeBFRleHQFEDIwMDkuMDQuMTYgMDk6MDJkZAIB
Dw8WAh4HVG9nZ2xlZGhkZAICDw8WAh4HVmlzaWJsZWhkFgJmDxYEHg9DdXJyZW50RGF0ZVZpZXcGALjDOomMywgeDFNlbGVjdGVkRGF0ZQYAuMM6iYzLCGRkPgBK505Hj0KmxqLCprZtpNuXrSQ
=');Gaia.SU(true);
Is there connection to the handler-mapping
<handlers>
<add name="AxCMS_MyActivity"
path="*.AxCMS" verb="*"
modules="IsapiModule"
scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll"
resourceType="Unspecified"
preCondition="classicMode,runtimeVersionv2.0,bitness32" />
</handlers>
Matthias