Hi,
I'm creating a Word Addin using Visual Studio 2017, using .NET Framework 4.6.2 and referenced the SDK in my add-in VSTO project.
Now, in my code when I'm connecting to my organization URI, it emits an error when I'm debugging it.
Metadata contains a reference that cannot be resolved: <url/Organization.svc?wsdlsdkversion=9
I have the same code snippet in my Azure function, but it works perfectly.
Is there any security permission or settings I need to do in Word Addin VSTO project?