Posted August 19, 20196 yr hi all currently stuck on FromJason(). googled for hours but every thing i pass to it, raises exception. Spoiler {System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure ".resources" was correctly embedded or linked into assembly "netutilities" at compile time, or that all the satellite assemblies required are loadable and fully signed. at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName) at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture) at .get_JSON_IllegalPrimitive() at .() at .(Int32 ) at .(String , Int32 , JavaScriptSerializer ) at System.Web.Script.Serialization.JavaScriptSerializer.(JavaScriptSerializer , String , Type , Int32 ) at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize[T](String input) at XXXX.XXX.FromJson[TDataType](String data) at .(String )}
Create an account or sign in to comment