iis 8 - XML serialization deserialization not working on Windows server 2012. Error is There Is An Error In Xml Document -


i have developed program in vs2010 (.net framework 4.0) in xml file come database table , deserialized using xmlserializer using c# in asp.net. same code working on production server windows server 2003, works on local machine windows 7. deploying code on different server windows server 2012.

when host application on iis 8.0, giving me error ('there error in xml document (1,217)') same file have tested on previous server , iis 6.0 & iis 7.0.

but on same server (windows server 2012) when test same code installing visual studio 2010 , works fine. there missing file or missing settings should do?

i had pretty same problem today. got xml deserializing errors on server 2012, worked fine on local windows 8 machine.

suspected had patch levels on server , lo , behold, after round windows update deserialized god! have updated server lately?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -