Проверка подлинности каталога Azure не работает, когда приложение выпущено, пока оно работает в Visual Studio.C#

Место общения программистов C#
Гость
Проверка подлинности каталога Azure не работает, когда приложение выпущено, пока оно работает в Visual Studio.

Сообщение Гость »


У меня есть следующая строка подключения для подключения к серверу Datamart.

Код: Выделить всё

@"Server=datamartservername; Authentication=Active Directory Interactive; Encrypt=True; Database=dbname";
It works fine when I run the application in Visual Studio. I get the pop up window to authenticate as intended.
However, when I build the installer and release it to other users. The application crashes instead of opening up the pop up window to authenticate.
What would be the issue?


Источник: https://stackoverflow.com/questions/781 ... leased-whi

Вернуться в «C#»