I am currently having issues when deploying my Outlook Addin. When I sent the Addin off to QA these are the only 2 issues that she found. I have browsed the intranet for hours now and cannot find a solution to my 2 issues.
Some details first:
- I am using Visual Studio 2012
- I am making a Outlook 2013 Addin
- The addin works fine apart from these 2 issues
- I am using the default clickonce installer
My First issue is that when I install my addin the location in the Outlook Options is pointing to the vsto file and not the .Dll file. I need it to install to the default outlook directry and reference the .dll and not the vsto file.
My second issue is that even though I have filled out every "Publish" field in Visual Studio it still says Publish in the Outlook Options window. I did find out that this could have something to do with my signed certificate.
I have no idea how to fix these two issues and instead of wasting more time searching I thought I could ask for some help.
Here is a picture that shows my 2 issues when Installed on my PC (Dev PC):

Here is a picture that shows my 2 issues when Installed on somebody elses PC:

All help is appreciated. Thanks in advance!!