Resources folder

0
0

I have an image in a library project that has wiseJ user controls in it.

This project is included in my solution.

When I am in development, I see the image, but when I put it onto a web server I do not.

What do I need to copy to the server to get this image to show?

Thanks,

Shawn

  • You must to post comments
0
0

Shawn,

In general, if the resource is not embedded in the assembly, you need to deploy it to the server. If it’s embedded you need to refer to it using the “resource.wx/…”. If you simply picked the file out of /Images or /Resources then the file must be on the server as well.

/Luca

  • You must to post comments
0
0

Hi Shawn,

how did you include the image ? As an embedded resource ?
Can you share a sample or more details ?

Thanks in advance.

Best regards
Frank

  • Shawn Ramirez
    The image is in a picturebox, Resource context is Local resource. I clicked on the Import… button. So, in the post above, are you saying that I need to have a /Resources/logo.png folder/file? Thanks
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.