Image doesn't show at run time
We are changing the issue type to “Comment” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to...
View ArticleImage doesn't show at run time
I guess the image is residing in a different assembly rather than the main app assembly. If this is the case, then you need to use the following pack URI syntax to refer to resources residing in a...
View ArticleImage doesn't show at run time
You don't get the trick. The images are in one assembly (dil.dll) but I require to use in another two (hclient.exe and extends.dll). It works fine in design mode but not when I run the application.
View ArticleImage doesn't show at run time
so you actually are retrieving images from files? am i right? if so, i think you just try to add images in a folder in the solution files. then it would be very much easier to access those files....
View ArticleImage doesn't show at run time
I have 3 assemblies in my project:1. An executable called HClient.exe2. An library called Extends.dll3. Another library called DIL.dllThe Extends is optional in the deployment (it depends of some biz...
View ArticleImage doesn't show at run time
can you please expand the idea? what are you trying to develop? a database with image paths stored?
View ArticleImage doesn't show at run time
I developed an assembly with images (build action = resource). This is refereced in my principal application. When I make a reference to any image it works fine in design time (Blend and VS 2008) and...
View Article