Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am attempting to develop a Outlook Mail addin using Visual Studio 2017, I have two separate laptops with both VS 2017 installed on them(both fresh installs). I am using the same sample addin project, no code or project setting changes. When I build and execute the addin from one laptop it works as expected using my MSDN developers ID, however when I perform the sample build with no changes get an error stating something went wrong. When I enter into the browser(Edge) debugger, I see the following errors:
SEC7111: HTTPS security is compromised by ms-appx-web://microsoft.microsoftedge/assets/errorpages/dnserror.html
SEC7111:HTTPS security is compromised by ms-appx-web://microsoft.microsoftedge/assets/errorpages/ErrorPageStyles.css
SEC7111:HTTPS security is compromised by ms-appx-web://microsoft.microsoftedge/Assets/ErrorPages/ErrorPageScripts.js
SEC7111:HTTPS security is compromised by ms-appx-web:///assets/Fonts/BrowserMDL.ttf#Browser MDL2 Assets

I must be missing something from a configuration setting or how the IIS express starts up.

I have poured over other trouble pages in MSDN and here and have not found any answers.

Any suggestions or help would be greatly appreciated.

Thanks

What I have tried:

The laptop in question I was originally using visual studio 2013, when I got the error. I uninstalled 2013 and installed 2017. The error did not change. The laptop that works never had 2013 installed.
Posted

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