I have a winForms project where I want to use a dozen different images for backgrounds (JPEGs and PNGs with and w/o transparency), average size a few hundred Kb.
The project always builds successfully, no errors, but sometimes the DLL file is not generated.
I tried to set output to "Detailed" and "Debug" but I couldn't see errors or warnings.
Certain combinations of images put into .resx file work, certain don't, I can't see any pattern to it.
How can I investigate this issue?
The project always builds successfully, no errors, but sometimes the DLL file is not generated.
I tried to set output to "Detailed" and "Debug" but I couldn't see errors or warnings.
Certain combinations of images put into .resx file work, certain don't, I can't see any pattern to it.
How can I investigate this issue?