Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am facing some problem using dataset.ReadXML method.
It says '.' hexadecimal 0x00 not allowed. Line 218 & position 5.
I don't know what it is all about. It replaced all fullstops with white-spaces in the database but to no avail.

Please suggest me something
Posted
Comments
Sandeep Mewara 22-Apr-11 12:38pm    
Not clear

1 solution

You are probably attempting to access invalid or null characters/values. Test for valid data and add an error handler to deal with such data. (Try Catch)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900