Search Results

Type: Posts; User: Patman

Search took 0.01 seconds.
  1. Great, both problems are solved!
  2. I can't reproduce the error with the DateTime field using the latest SVN branches/1 sources.
    But the problem in the starting post still exists, because it's still referencing JSON.net v4.0.8.14602...
  3. Daniil,

    Right, it works with the latest Ext.NET v2 build.
    I was refering to my custom build of v1.6 and referencing Newtonsoft.Json.4.5.10 build 15407 (like Vladimir proposed to solve the problem...
  4. To reproduce the problem create a class with a DateTime property. Create a directmethod with that class as parameter.
    Call the directmethod from javascript with the field value set to a...
  5. confirmed, example works with new Newtonsoft.
    Tried the new dlls in a more elaborate project.
    Now I get an exception when I tried to deserialize dates to DateTime.


    "System.Exception:...
  6. Thanks for your suggestions.

    Changing the Dictionary to a Hashtable still means we have to change all our Directmethods that use a Hashtable :-(
    Tried to update Newtonsoft dll, but if I run the...
  7. Because our (large) project uses them everywhere and we wanted to ugrade to a newer version of Ext.net.
    Oh well, back to v1.2 for now...

    Thanks.
  8. Thanks for the reply Vladimir.

    The strangest thing is if I call the code below on pageload it will deserialize, but with one difference from the old sources (it works in v1.2) empty strings are...
  9. Hi Daniil,

    Got the latest sources from SVN, v1.6.0.0 (see image).
    Still get the exception!
    Tried the same example on a different machine, still get the exception...

    4985
  10. I get an exception if I call a directmethod with Hashtable as parameter and one of the values I send to the directmethod is an empty string.
    If I change the value of data.field1 to null or any other...
  11. Thanks Daniil, that worked.
    Except if I set the IDMode to Explicit on the ResourceManager in the masterpage (like in my example), then I get the javascript error: 'ContentPlaceHolder1_Container1'...
  12. I have a page with a masterpage, within the page a button with a directevent which loads a usercontrol. In that usercontrol I have a window with a button.
    When I click the button in the window I...
Results 1 to 12 of 12