Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,

i did install the wpf setup in my client system all are working except images

i don't know why the images are not showing

in my coding
path= SolutionExplorer
=>TestProj(appliction)
=>Images(Folder)
=>CompanyLogo.bmp
<Image Name="image1" Source="/TestProj;component/Images/CompanyLogo.bmp"  Stretch="Fill" />


this is code in localsystem it's working fine But client system not working


Let me know the details.....

Thanks and advance...
Posted
Updated 18-Jul-12 2:58am
v6
Comments
[no name] 18-Jul-12 8:27am    
"Let me know the details"... you are kidding right? How are we supposed to know? Can we see "the other system"? Do we know what you did? Do we know how you did it?
U@007 18-Jul-12 8:34am    
in my coding
path= SolutionExplorer
=>TestProj(appliction)
=>Images(Folder)
=>CompanyLogo.bmp


<Image Name="image1" Source="/TestProj;component/Images/CompanyLogo.bmp" Stretch="Fill" />

this is code in localsystem it's working fine But client system not working.
Y?
bbirajdar 18-Jul-12 8:41am    
have you added the image files as resources to the setup project? Let me know the details of how you created the setup project..
U@007 18-Jul-12 8:43am    
No how to add the Resource file to setup file.
where i put the Resources file

need advise

if any link or article refere me.
bbirajdar 18-Jul-12 8:47am    
Your images are not being added to setup project. Add them to setup project in the same way as you added the .exe of your project

1 solution

Follow the steps here

http://appdeveloper.intel.com/en-us/node/733[^]

The step 3 will tell you how to add the images as Content to the setup project
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900