Featured post
.net - C# problem with Packing the supporting files with EXE, while publishing the project -
i using visual studio 2005, (.net version 2.0+) create windows application. functionality of project matching ideal design, there 1 problem in publishing project.
i use mousehover method change picture(image) used in intention make attractive ui, when hover mouse pointer on picture .. other pic loaded in-place of .. , in mouseleave method same picture retained back.
now problem while debugging functionality works properly, when published, , used, window won't load image (as installed folder doesn't contain these images) .. how bind supporting files images, text files , other files xml exe??
mean there ideal way publish project??
in project, ensure images set copy always
or copy if newer
on copy output folder
property (f4).
that should ensure when doing xcopy deploy images in right folder (you proabably need change logic finding image paths, application finds them in right directory).
- Get link
- X
- Other Apps
Comments
Post a Comment