Hi all,
My project has a resource file with non-English filename(Chinese), and I publish it with ClickOnce successfully.
If I install it on the client with locale setting is 'Chinese for non-unicode', it is successful.
If I install it on the client with locale setting is 'English for non-unicode', it is failed.
My resource filename is 中文.txt. Here is the error:
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of http://test-desktop/testapp01/WindowsApplication1.application resulted in exception. Following failure messages were detected:
+ Downloading http://test-desktop/testapp01/WindowsApplication1_1_0_0_1/Resources/中文.txt.deploy did not succeed.
+ The remote server returned an error: (404) Not Found.

Thanks alot!