{"The type initializer for 'SAP.Logon.Core.LogonCore' threw an exception."} Unable to create the store directory. (Exception from HRESULT: 0x80131468)

0

I am using SAP SDK In Microsoft bot application. Its working fine for me in local emulator, but after publishing this bot application on azure portal I got this exception.

{"The type initializer for 'SAP.Logon.Core.LogonCore' threw an exception."} Unable to create the store directory. (Exception from HRESULT: 0x80131468)

I was getting exception when I am trying to initialize the logonCore Object.

SharedContext.Context.LogonCoreObj = await 
  LogonCore.InitWithApplicationIdAsync(SharedContext.Context.ApplicationID);
c#
sap
bots
smp
asked on Stack Overflow Jul 11, 2017 by user3159598 • edited Jul 11, 2017 by Balagurunathan Marimuthu

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0