C
C#2mo ago
Gunshot

How to add a recource file from a .net forms project into a setup file.

Basically im doing a school project and i have written a whole project using recourses within my Resource file in my forms app. however when i go to compile it into a setup file none of my file have directorys and i cant find them in the compiled app, even though when I run a Debug compile on visual studio it all works. Please help im behind on a deadline
9 Replies
viceroypenguin
viceroypenguin2mo ago
can you provide more $details? what do you mean a "setup file"? which version of .net?
MODiX
MODiX2mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
Gunshot
GunshotOP2mo ago
.net framework 4.8 and ill send some screen shots
Gunshot
GunshotOP2mo ago
No description
Gunshot
GunshotOP2mo ago
set up like the set up wizard thing yk the one when you get a app
viceroypenguin
viceroypenguin2mo ago
i don't, actually. haven't used that in over a decade, and i've intentionally forgotten everything i used to know about it. that said, i'm sure that in the Aegis_Setup properties or configuration somewhere, there's a list of "additional files to include" or something like that. that's waht you want to look for.
Gunshot
GunshotOP2mo ago
i just used my brain for once thank you very much kind sir
Gunshot
GunshotOP2mo ago
Made the file myself to force it
No description
Gunshot
GunshotOP2mo ago
should work got it to work ....

Did you find this page helpful?