Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: String was not recognized as a valid DateTime in local works fine but not in server Pin
Eddy Vluggen24-Oct-15 5:50
professionalEddy Vluggen24-Oct-15 5:50 
QuestionJSON to DataGrid View Pin
seipekm23-Oct-15 23:08
seipekm23-Oct-15 23:08 
AnswerRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:14
mveOriginalGriff23-Oct-15 23:14 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:21
seipekm23-Oct-15 23:21 
GeneralRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:31
mveOriginalGriff23-Oct-15 23:31 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:38
seipekm23-Oct-15 23:38 
GeneralRe: JSON to DataGrid View Pin
OriginalGriff23-Oct-15 23:42
mveOriginalGriff23-Oct-15 23:42 
GeneralRe: JSON to DataGrid View Pin
seipekm23-Oct-15 23:52
seipekm23-Oct-15 23:52 
i get this exception:

Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[DataGridJsonTest.DataFiles]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.

To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<t>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.

Path 'files', line 2, position 11.

this is the json download:
{
  "files": [
    {
      "date": 1445521605, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 530.8143991643507, 
        "filament": {
          "tool0": {
            "length": 74.55374000000013, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "713a103e403781e9edf4b7dafc5ecd75e9f24ad0", 
      "links": [], 
      "name": "19_Space_Shuttle_Discovery_Main_Engine_Connection_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/19_Space_Shuttle_Discovery_Main_Engine_Connection_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/19_Space_Shuttle_Discovery_Main_Engine_Connection_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 57850, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521610, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1872.1848191080057, 
        "filament": {
          "tool0": {
            "length": 481.17632000000054, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "54f64a3081d6f70a217b94f8b62364c7c59f70d8", 
      "links": [], 
      "name": "20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/20_Space_Shuttle_Discovery_Manoeuvring_Engine_Left_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 928161, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521575, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 20294.513776836233, 
        "filament": {
          "tool0": {
            "length": 14730.938639999962, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "31d84126f9c206bb2d5161c63d09ee0af693672f", 
      "links": [], 
      "name": "11_Space_Shuttle_Discovery_Base_(Design_Share_Make).STL_104524.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/11_Space_Shuttle_Discovery_Base_(Design_Share_Make).STL_104524.gcode", 
        "resource": "http://192.168.1.182/api/files/local/11_Space_Shuttle_Discovery_Base_%28Design_Share_Make%29.STL_104524.gcode"
      }, 
      "size": 5072778, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521544, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 21395.277609150726, 
        "filament": {
          "tool0": {
            "length": 30733.129080000006, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "27e24eb41745f0e10becb1d943e1839f1b6f80ef", 
      "links": [], 
      "name": "3_Space_Shuttle_Discovery_Fuel_Tank_Top_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445602914.995791, 
          "printTime": 25730.869074821472, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/3_Space_Shuttle_Discovery_Fuel_Tank_Top_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/3_Space_Shuttle_Discovery_Fuel_Tank_Top_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 10581515, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 25730.869074821472
        }, 
        "lastPrintTime": {
          "prusa_i3": 25730.869074821472
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521598, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1901.21228458015, 
        "filament": {
          "tool0": {
            "length": 210.0233400000004, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "f063b50074a63600f87a9ca901f7b30afc611e8a", 
      "links": [], 
      "name": "17_Space_Shuttle_Discovery_Door_Axle_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/17_Space_Shuttle_Discovery_Door_Axle_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/17_Space_Shuttle_Discovery_Door_Axle_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 305184, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521567, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 816.4618858006726, 
        "filament": {
          "tool0": {
            "length": 450.49558000000013, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "9b8a1046efd9b7f5134b529d7abf37f00a056f6e", 
      "links": [], 
      "name": "9_Space_Shuttle_Discovery_Shuttle_Connection_Nose_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/9_Space_Shuttle_Discovery_Shuttle_Connection_Nose_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/9_Space_Shuttle_Discovery_Shuttle_Connection_Nose_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 384337, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521613, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1869.9132371130597, 
        "filament": {
          "tool0": {
            "length": 477.9045600000002, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "b858aec24beb1eb1978638275b28c4b33ce7d398", 
      "links": [], 
      "name": "21_Space_Shuttle_Discovery_Manoeuvring_Engine_Right_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/21_Space_Shuttle_Discovery_Manoeuvring_Engine_Right_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/21_Space_Shuttle_Discovery_Manoeuvring_Engine_Right_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 908671, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521592, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 14181.240672296171, 
        "filament": {
          "tool0": {
            "length": 3077.678589999995, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "dff3d560de6652890f68b5de65a6c112772af343", 
      "links": [], 
      "name": "15_Space_Shuttle_Discovery_Door_Left_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/15_Space_Shuttle_Discovery_Door_Left_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/15_Space_Shuttle_Discovery_Door_Left_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 6495574, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521620, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1048.0757616584851, 
        "filament": {
          "tool0": {
            "length": 698.6795200000001, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "d5b9d7595a2eb359e1cd4bfed29db361fafd65b7", 
      "links": [], 
      "name": "23_Space_Shuttle_Discovery_Rudder_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/23_Space_Shuttle_Discovery_Rudder_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/23_Space_Shuttle_Discovery_Rudder_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 310327, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521581, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 30252.70226641497, 
        "filament": {
          "tool0": {
            "length": 19989.351199999488, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "af9bd99bb05d9d7e0d4d342bb1906f8d82b7a613", 
      "links": [], 
      "name": "12_Space_Shuttle_Discovery_Body_(Design_Share_Make).STL_104526.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/12_Space_Shuttle_Discovery_Body_(Design_Share_Make).STL_104526.gcode", 
        "resource": "http://192.168.1.182/api/files/local/12_Space_Shuttle_Discovery_Body_%28Design_Share_Make%29.STL_104526.gcode"
      }, 
      "size": 11952005, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521571, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 2311.018723774652, 
        "filament": {
          "tool0": {
            "length": 1437.3477499999983, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "c91350a74fd89cc4299cea5a7346e6eb0f87bfab", 
      "links": [], 
      "name": "10_Space_Shuttle_Discovery_Shuttle_Connection_Tail_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/10_Space_Shuttle_Discovery_Shuttle_Connection_Tail_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/10_Space_Shuttle_Discovery_Shuttle_Connection_Tail_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 705848, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521564, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1308.1436209365113, 
        "filament": {
          "tool0": {
            "length": 610.1999300000012, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "64612915715cfb053b54b99c668aed87c781ccad", 
      "links": [], 
      "name": "8_Space_Shuttle_Discovery_Booster_Connection_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/8_Space_Shuttle_Discovery_Booster_Connection_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/8_Space_Shuttle_Discovery_Booster_Connection_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 282688, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521557, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 18462.819730850344, 
        "filament": {
          "tool0": {
            "length": 8345.707420000026, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "f0cd1fce92656235bfeb81a98bdaf0fd0728bdea", 
      "links": [], 
      "name": "6_Space_Shuttle_Discovery_Booster_Top_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445652214.773342, 
          "printTime": 21100.850301027298, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/6_Space_Shuttle_Discovery_Booster_Top_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/6_Space_Shuttle_Discovery_Booster_Top_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 8301076, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 21100.850301027298
        }, 
        "lastPrintTime": {
          "prusa_i3": 21100.850301027298
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521535, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 25131.353761941125, 
        "filament": {
          "tool0": {
            "length": 37101.75234000277, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "3223c53c37c2c9b0ec99c71f7578b651a74d0d3a", 
      "links": [], 
      "name": "1_Space_Shuttle_Discovery_Stand_Logo_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/1_Space_Shuttle_Discovery_Stand_Logo_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/1_Space_Shuttle_Discovery_Stand_Logo_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 5476271, 
      "type": "machinecode"
    }, 
    {
      "date": 1445491495, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 29284.978117258706, 
        "filament": {
          "tool0": {
            "length": 32698.291100000428, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "3b9998f06021399e1c795c3977d21e97a9046654", 
      "links": [], 
      "name": "Graphica_Ghost_Scale200_104212.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445530439.937166, 
          "printTime": 38589.67385387421, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/Graphica_Ghost_Scale200_104212.gcode", 
        "resource": "http://192.168.1.182/api/files/local/Graphica_Ghost_Scale200_104212.gcode"
      }, 
      "size": 30044844, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 38589.67385387421
        }, 
        "lastPrintTime": {
          "prusa_i3": 38589.67385387421
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521587, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 954.5234271744073, 
        "filament": {
          "tool0": {
            "length": 141.87827999999996, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "f5556c74eca14758afbba25089208fb2238dcbff", 
      "links": [], 
      "name": "14_Space_Shuttle_Discovery_Base_Connection_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/14_Space_Shuttle_Discovery_Base_Connection_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/14_Space_Shuttle_Discovery_Base_Connection_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 70781, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521546, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 2327.794070201629, 
        "filament": {
          "tool0": {
            "length": 774.0825199999999, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "97324ff0928cc65e69b12f2fd4d218df93767f1e", 
      "links": [], 
      "name": "4_Space_Shuttle_Discovery_Fuel_Tank_Joint_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445606254.982391, 
          "printTime": 2692.5432691574097, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/4_Space_Shuttle_Discovery_Fuel_Tank_Joint_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/4_Space_Shuttle_Discovery_Fuel_Tank_Joint_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 285363, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 2692.5432691574097
        }, 
        "lastPrintTime": {
          "prusa_i3": 2692.5432691574097
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521596, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 14110.38274701157, 
        "filament": {
          "tool0": {
            "length": 3189.1608799999985, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "7dc7784fccf9d2b40a408158808424ecbf77de8f", 
      "links": [], 
      "name": "16_Space_Shuttle_Discovery_Door_Right_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/16_Space_Shuttle_Discovery_Door_Right_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/16_Space_Shuttle_Discovery_Door_Right_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 6510445, 
      "type": "machinecode"
    }, 
    {
      "date": 1445365033, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 54725.70241830543, 
        "filament": {
          "tool0": {
            "length": 28232.16951001163, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "68c228668d5cd9968e238c782f6298c8d2cac88b", 
      "links": [], 
      "name": "lantern-w-tlight-hole.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445436618.599251, 
          "printTime": 71324.80066680908, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/lantern-w-tlight-hole.gcode", 
        "resource": "http://192.168.1.182/api/files/local/lantern-w-tlight-hole.gcode"
      }, 
      "size": 15504017, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 71324.80066680908
        }, 
        "lastPrintTime": {
          "prusa_i3": 71324.80066680908
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521559, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 1600.633184744377, 
        "filament": {
          "tool0": {
            "length": 290.32112999999987, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "c51ee3f0bd38ee84e583ce4409d8797064031ad1", 
      "links": [], 
      "name": "7_Space_Shuttle_Discovery_Booster_Joint_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445663933.482899, 
          "printTime": 1850.3187890052795, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/7_Space_Shuttle_Discovery_Booster_Joint_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/7_Space_Shuttle_Discovery_Booster_Joint_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 130457, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 1850.3187890052795
        }, 
        "lastPrintTime": {
          "prusa_i3": 1850.3187890052795
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521539, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 19623.978099371994, 
        "filament": {
          "tool0": {
            "length": 29731.72378, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "8865ba6f1d22df37e7dfbdfbd76063de4d2ef452", 
      "links": [], 
      "name": "2_Space_Shuttle_Discovery_Fuel_Tank_Bottom_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445554796.240674, 
          "printTime": 22494.33585500717, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/2_Space_Shuttle_Discovery_Fuel_Tank_Bottom_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/2_Space_Shuttle_Discovery_Fuel_Tank_Bottom_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 8242932, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 22494.33585500717
        }, 
        "lastPrintTime": {
          "prusa_i3": 22494.33585500717
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445365755, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 12314.578416490811, 
        "filament": {
          "tool0": {
            "length": 7368.122840000002, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "a6ddaa1261b8975d128e15d8095cd34c7f2aa26c", 
      "links": [], 
      "name": "lid.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445456043.583976, 
          "printTime": 15510.058335065842, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/lid.gcode", 
        "resource": "http://192.168.1.182/api/files/local/lid.gcode"
      }, 
      "size": 3048164, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 15510.058335065842
        }, 
        "lastPrintTime": {
          "prusa_i3": 15510.058335065842
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521603, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 2447.269670468857, 
        "filament": {
          "tool0": {
            "length": 324.9080999999992, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "65267c431e00ced4f05c461a526baf88568a4f51", 
      "links": [], 
      "name": "18_Space_Shuttle_Discovery_Main_Engine_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/18_Space_Shuttle_Discovery_Main_Engine_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/18_Space_Shuttle_Discovery_Main_Engine_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 1124468, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521584, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 2384.2989443747906, 
        "filament": {
          "tool0": {
            "length": 1225.294519999999, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "b35ddffe10a5614ba00a8f12fd055b66f215bb14", 
      "links": [], 
      "name": "13_Space_Shuttle_Discovery_Nose_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/13_Space_Shuttle_Discovery_Nose_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/13_Space_Shuttle_Discovery_Nose_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 1947063, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521552, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 18481.59788941138, 
        "filament": {
          "tool0": {
            "length": 9746.275890000024, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "6c7372a93caa4b76caf33e1dc0ec65b9a5476328", 
      "links": [], 
      "name": "5_Space_Shuttle_Discovery_Booster_Bottom_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "prints": {
        "failure": 0, 
        "last": {
          "date": 1445630491.505144, 
          "printTime": 23060.68058490753, 
          "success": true
        }, 
        "success": 1
      }, 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/5_Space_Shuttle_Discovery_Booster_Bottom_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/5_Space_Shuttle_Discovery_Booster_Bottom_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 12969641, 
      "statistics": {
        "averagePrintTime": {
          "prusa_i3": 23060.68058490753
        }, 
        "lastPrintTime": {
          "prusa_i3": 23060.68058490753
        }
      }, 
      "type": "machinecode"
    }, 
    {
      "date": 1445521616, 
      "gcodeAnalysis": {
        "estimatedPrintTime": 636.4286350641827, 
        "filament": {
          "tool0": {
            "length""DataGridJsonTest.vshost.exe" (CLR v4.0.30319: DataGridJsonTest.vshost.exe): "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll" geladen. Das Laden von Symbolen wurde übersprungen. Das Modul ist optimiert, und die Debugoption "Nur eigenen Code" ist aktiviert.
"DataGridJsonTest.vshost.exe" (CLR v4.0.30319: DataGridJsonTest.vshost.exe): "C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" geladen. Das Laden von Symbolen wurde übersprungen. Das Modul ist optimiert, und die Debugoption "Nur eigenen Code" ist aktiviert.
Ausnahme ausgelöst: "Newtonsoft.Json.JsonSerializationException" in Newtonsoft.Json.dll
: 85.94023999999992, 
            "volume": 0.0
          }
        }
      }, 
      "hash": "30023a82b78771b9d172e6387b59f30e515b6376", 
      "links": [], 
      "name": "22_Space_Shuttle_Discovery_Manoeuvring_Engine_Connection_(Design_Share_Make).STL.gcode", 
      "origin": "local", 
      "refs": {
        "download": "http://192.168.1.182/downloads/files/local/22_Space_Shuttle_Discovery_Manoeuvring_Engine_Connection_(Design_Share_Make).STL.gcode", 
        "resource": "http://192.168.1.182/api/files/local/22_Space_Shuttle_Discovery_Manoeuvring_Engine_Connection_%28Design_Share_Make%29.STL.gcode"
      }, 
      "size": 60263, 
      "type": "machinecode"
    }
  ], 
  "free": 12660482048, 
  "total": 15551385600
}

GeneralRe: JSON to DataGrid View Pin
OriginalGriff24-Oct-15 0:08
mveOriginalGriff24-Oct-15 0:08 
GeneralRe: JSON to DataGrid View Pin
seipekm24-Oct-15 1:24
seipekm24-Oct-15 1:24 
Questionavro - c# to Java, on Flush or Close - “The underlying connection was closed” C# side upon Java HttpExchange.getResponseBody().flush() Pin
devvvy22-Oct-15 14:28
devvvy22-Oct-15 14:28 
QuestionUsing NLog in many classes Pin
Member 1206160022-Oct-15 7:08
Member 1206160022-Oct-15 7:08 
AnswerMessage Closed Pin
22-Oct-15 8:04
mveGerry Schmitz22-Oct-15 8:04 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 8:28
Member 1206160022-Oct-15 8:28 
AnswerRe: Using NLog in many classes Pin
John Torjo22-Oct-15 10:11
professionalJohn Torjo22-Oct-15 10:11 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 10:34
Member 1206160022-Oct-15 10:34 
GeneralRe: Using NLog in many classes Pin
John Torjo22-Oct-15 10:36
professionalJohn Torjo22-Oct-15 10:36 
GeneralRe: Using NLog in many classes Pin
Member 1206160022-Oct-15 11:16
Member 1206160022-Oct-15 11:16 
GeneralRe: Using NLog in many classes Pin
John Torjo22-Oct-15 22:53
professionalJohn Torjo22-Oct-15 22:53 
GeneralRe: Using NLog in many classes Pin
Richard Deeming23-Oct-15 1:40
mveRichard Deeming23-Oct-15 1:40 
GeneralRe: Using NLog in many classes Pin
Member 1206160023-Oct-15 2:15
Member 1206160023-Oct-15 2:15 
GeneralRe: Using NLog in many classes Pin
Member 1206160023-Oct-15 2:29
Member 1206160023-Oct-15 2:29 
QuestionHow to change Font in Word by C# Pin
naylynn22-Oct-15 3:54
naylynn22-Oct-15 3:54 
AnswerRe: How to change Font in Word by C# Pin
Eddy Vluggen22-Oct-15 8:37
professionalEddy Vluggen22-Oct-15 8:37 
GeneralRe: How to change Font in Word by C# Pin
naylynn25-Oct-15 11:10
naylynn25-Oct-15 11:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.