An unhandled exception occurred while processing the request. FormatException: String "114861" is not a valid udi.
Umbraco10, Getting exception when tryin to get data from XPath\
Code:
Umbraco.ContentAtXPath("//StaticContent").ToList();
Exception:
An unhandled exception occurred while processing the request.
FormatException: String "114861" is not a valid udi.
FormatException: String "114861" is not a valid udi.
Umbraco.Cms.Core.UdiParser.ParseInternal(string s, bool tryParse, bool knownTypes, out Udi udi)
Umbraco.Cms.Core.UdiParser.Parse(string s)
System.Linq.Enumerable+SelectArrayIterator
An unhandled exception occurred while processing the request. FormatException: String "114861" is not a valid udi.
Umbraco10, Getting exception when tryin to get data from XPath\ Code: Umbraco.ContentAtXPath("//StaticContent").ToList();
Exception: An unhandled exception occurred while processing the request. FormatException: String "114861" is not a valid udi.
FormatException: String "114861" is not a valid udi. Umbraco.Cms.Core.UdiParser.ParseInternal(string s, bool tryParse, bool knownTypes, out Udi udi) Umbraco.Cms.Core.UdiParser.Parse(string s) System.Linq.Enumerable+SelectArrayIterator
is working on a reply...