문제

I have been using XDocument in my windows phone app to load xml files.It never gave any problem reading .xml files. but recently I had to add more data to one of my xml files. It was of size 16kb and now it is of 76kb. After this change the load function started throwing a exception (NotSupportedException) . Is the size of the file the reason for this? How do I get rid of this?

도움이 되었습니까?

해결책

Oh, I just found why it wasn't able to parse. I had to replace all the '&' signs I used with 'and'.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top