Jump to content
Tuts 4 You

[.net] debugging to fish. cant find appropriate argument


abbas

Recommended Posts

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 )}

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...