Do you know why it complains about error CS1026: ) expected all of sudden?
It was working fine and I already distribute this program on Windows Mobile machine. My client is using the program happily. My client wants to change a small portion. So, I opened the program in a long time and compiled but, CS1026 or CS1025 error occurred all of sudden. I thought it caused by my changes, so I restored the original code and compile but it still occurs errors.
I don't know what causes. Please help.
Error compiling program
Error message: error CS1026: ) expected
Line number: 213
Line: AddRecord("0","0","0","0","0","0","0")
After remark the above code and compile the program, it keeps showing the error at the following codes:
RegexReplace("\<diffgr:.*",xmlResult,"")
RegexReplace("diffgr:id.*",xmlResult,">")
RegexReplace("\<\/diffgr:diffgram\>",xmlResult,"")
It was working fine and I already distribute this program on Windows Mobile machine. My client is using the program happily. My client wants to change a small portion. So, I opened the program in a long time and compiled but, CS1026 or CS1025 error occurred all of sudden. I thought it caused by my changes, so I restored the original code and compile but it still occurs errors.
I don't know what causes. Please help.
Error compiling program
Error message: error CS1026: ) expected
Line number: 213
Line: AddRecord("0","0","0","0","0","0","0")
After remark the above code and compile the program, it keeps showing the error at the following codes:
RegexReplace("\<diffgr:.*",xmlResult,"")
RegexReplace("diffgr:id.*",xmlResult,">")
RegexReplace("\<\/diffgr:diffgram\>",xmlResult,"")
Attachments
Last edited: