Translation not working (server error in '/' Application)
Everything went fine while installing latest Umbraco (using WebPI and SQL CE) with no starter kit.
Logged in as administrator and installed Business Website Starter Pack under Developer > Packages > Umbraco Package Repository > Starter Kits> Business Website Starter Pack.
Added new language.
Added new user with "translator" user type.
Under Content, "Another page" Sent to Translation
Login as Translator:
Under Translations > Click Tasks assigned to you leads to Server Error in '/' Application
I tried doing above couple of times (reinstalling from the scratch) and I still get this error. Any thoughts what I am doing wrong? Thanks in advance.
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.InvalidCastException: Specified cast is not valid.
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:
[InvalidCastException: Specified cast is not valid.]
Translation not working (server error in '/' Application)
Everything went fine while installing latest Umbraco (using WebPI and SQL CE) with no starter kit.
Logged in as administrator and installed Business Website Starter Pack under Developer > Packages > Umbraco Package Repository > Starter Kits> Business Website Starter Pack.
Error details:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Specified cast is not valid.
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.InvalidCastException: Specified cast is not valid.
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:
[InvalidCastException: Specified cast is not valid.]
System.Data.SqlServerCe.SqlCeDataReader.GetByte(Int32 ordinal) +84
umbraco.DataLayer.RecordsReaderAdapter`1.GetByte(String fieldName) +109
umbraco.cms.businesslogic.task.Task.PopulateTaskFromReader(IRecordsReader dr) +78
umbraco.cms.businesslogic.task.Task.GetTasks(User User, Boolean IncludeClosed) +339
umbraco.presentation.translation._default.Page_Load(Object sender, EventArgs e) +930
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +19
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
OK...finally figured out that it is a bug if you use SqlCE database. Everything works fine under remote SQL database. Sounds like a bug.
is working on a reply...