I'm sure this is something very small and silly but I can't figure it for some reason.
What am I missing?
- I've copied "TMDBTheme.tssp" to my "C:\" drive.
- Right click on my project and "Add Existing Item"
- Find the file on my "C:\" drive and add it
- Right click on the file in my project explorer and select "Properties".
- Set "Build Action" to "Embedded Resource"
- Add the following two lines to my form constructor:
- ThemeResolutionService.LoadPackageFile("TMDBTheme.tssp");
- ThemeResolutionService.ApplicationThemeName = "TMDBTheme";
- Build my project
- Run my project
- I get a FileNotFoundException error: "File 'TMDBTheme.tssp' does not exist."
What am I missing?