I am making a new Visual Studio 2008 project that integrates all the DLLS and EXEs and make it a ClickOnce Project and to publish it.The issue is that I have some XML files that store the localization data.I am adding all the files as link files to the solution project and then building and publishing.
I have set for say en.xml Build Action: Content Copy to Output Directory: Copy always.
Issue is that my code throws error though it is deployed published,Locally it says
[System.IO.DirectoryNotFoundException] = {"Could not find a part of the path....C:\\Documents and Settings\\Administrator\\Local Settings\\Apps\\2.0\\LC3ZB971.JW1
seems like it is not created in the Cache when the app is running?
Any help?