c#,web-services,wcf,soap,invalid-characters
Configure the encoding inside the binding with the "textMessageEncoding" element.
oracle11g,invalid-characters,external-tables
LOCATION (`OrderDetails.txt') You have a back tick instead of single-quotation mark in the beginning. Change it to - LOCATION ('OrderDetails.txt') ...
vba,for-loop,file-rename,invalid-characters
You have some issues with Your Dir loop Not actually renaming filenames that you have examined The code below does this. Pls change StrDir to suit But I note as these charcaters are ilegal the filenames should be invalid to begin with (hence my test looks at different characters) loop...