I am having a major problem with my application. I am using Visual Studio and I have one deployment project and one "regular project". My problem is that when I compile and run my application in my "regular project" my UI-Thread selects the correct resx-files, but when I build an installation file with my deployment project and install and run it doesn't seem to find my resx-files. I know that the resx-files are included in both project and I have read that the resx-files are supposed to automatically be embedded in the exe-file. Does anyone have an idea what I am doing wrong? Do I have to use Assembly Linker and embed all rex-files in a dll myself?
Problem with a multilingual application
Collapse
This topic is closed.
X
X
-
Rob
Problem with a multilingual application
I am having a major problem with my application. I am using Visual Studio and I have one deployment project and one "regular project". My problem is that when I compile and run my application in my "regular project" my UI-Thread selects the correct resx-files, but when I build an installation file with my deployment project and install and run it doesn't seem to find my resx-files. I know that the resx-files are included in both project and I have read that the resx-files are supposed to automatically be embedded in the exe-file. Does anyone have an idea what I am doing wrong? Do I have to use Assembly Linker and embed all rex-files in a dll myself?
Tags: None