getting System.InvalidCastException: Invalid cast from 'System.String' to 'System.Guid'. while opening Umbraco Sections
Below error is coming while opening Content Section in Umbraco 7.5.0
2019-08-12 10:59:39,651 [P18040/D13/T140] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Database exception occurred
System.InvalidCastException: Invalid cast from 'System.String' to 'System.Guid'.
at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
at petapocofactory10(IDataReader )
at Umbraco.Core.Persistence.Database.
Have you changed any data type? Basically, we have faced it when we changed field from String to Content Picker and that field had some value in the content area. Does that help?
Thanks for your reply.
On my development machine Windows is upgraded from Windows 7 to Windows 10.
After installing VS 2017, imported production database to local MYSQL.
After that I am getting this error while Opening Content, Media or while seeing Users details in User section.
I want to resolve this error but i dont have any clue. I have to do my further task :(
getting System.InvalidCastException: Invalid cast from 'System.String' to 'System.Guid'. while opening Umbraco Sections
Below error is coming while opening Content Section in Umbraco 7.5.0
2019-08-12 10:59:39,651 [P18040/D13/T140] ERROR Umbraco.Core.Persistence.UmbracoDatabase - Database exception occurred System.InvalidCastException: Invalid cast from 'System.String' to 'System.Guid'. at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider) at petapocofactory10(IDataReader ) at Umbraco.Core.Persistence.Database.
Have you changed any data type? Basically, we have faced it when we changed field from String to Content Picker and that field had some value in the content area. Does that help?
Thanks for your reply. On my development machine Windows is upgraded from Windows 7 to Windows 10. After installing VS 2017, imported production database to local MYSQL. After that I am getting this error while Opening Content, Media or while seeing Users details in User section.
I want to resolve this error but i dont have any clue. I have to do my further task :(
is working on a reply...