Where can I find the images folder after I deploy the outlook add-in?

120 Views Asked by At

I stored all my images in the image folder which I created inside visual studio project. However, after I deployed and installed the outlook add-in project, all the images cannot be found and loaded.

Is there any way I can preserve those image inside my current project?

The directory path of my image folder would be like this:

C:\Users\yyang\Documents\Visual Studio 2013\Projects\MyProject\MyProject\Image

Hope you can give me some suggestions,

1

There are 1 best solutions below

0
On

However, after I deployed and installed the outlook add-in project, all the images cannot be found and loaded.

Where did you install the add-in? Did you check out the target folder?

It looks like you didn't include images to the installer. Make sure that you set the Build Action property in the Properties window to the Content value. Read more about that in the How to: Specify Which Files Are Published by ClickOnce article in MSDN.