Bạn chú ý đoạn này nhé:
Lỗi vì các dấu xuyệt ("\") đằng sau, bạn có thể khử lỗi bằng cách sửa lại như sau:
hoặc:Code:FileStream fs = new FileStream("C:\\Users\\thang\\Downloads\\WAPA262busCPSM3.xml", FileMode.Open);
Code:FileStream fs = new FileStream(@"C:\Users\thang\Downloads\WAPA262busCPSM3.xml", FileMode.Open);