I have Developed a WCF Rest Service which returns dateTime. When I Run the Service in IE, Service is breaking and giving exception stating that
Unhandled exception at line 82, column 1840 in script block 0x800a138f - JavaScript run time error: Unable to get property 'appendChild' of undefined or null reference
Where as If I run the same service in Other Browsers like Chrome or Firefox the exception is not occurring at all.