G
Guest
I've created a file on an iis web server using asp.net which saves multiple structures into a file. When I try and read it in through the compact framework, it's not loading properly. The structures aren't being populated. I'm just wondering if it's a problem with the strings not being read as they should be
If it is unicode strings causing the problem, then how do I convert the string data to unicode before saving the file
I'm using a FileStream to do all the reading and writing at byte level in vb.net
Any ideas
If it is unicode strings causing the problem, then how do I convert the string data to unicode before saving the file
I'm using a FileStream to do all the reading and writing at byte level in vb.net
Any ideas