我使用Servicestack.Razor 创建了一个视图。在查看页面上,我正在尝试使用以下代码获取会话。
var session = GetSession<AuthUserSession>().ToJson();
当我将此代码放在视图页面上时,出现以下错误:
System.TimeZoneNotFoundException
Exception of type 'System.TimeZoneNotFoundException' was thrown.
Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): mscorlib.
StackTrace 如下:
Exception stack trace:
at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0
at ServiceStack.Text.Common.DateTimeSerializer..cctor () [0x00000] in <filename unknown>:0
这是一个错误Servicestack.Text
吗?我该如何解决这个问题?
注意:我在 Ubuntu 12.10 上使用 Mono 3.0.10