After upgrading the Azure SDK version to 2.9.6 from 2.5, while running the application getting error "Unable to get setting value Parameter name: profileName".
I have followed this Link and it does not resolve my issue.
Any help is appreciated!
After upgrading the Azure SDK version to 2.9.6 from 2.5, while running the application getting error "Unable to get setting value Parameter name: profileName".
I have followed this Link and it does not resolve my issue.
Any help is appreciated!
Copyright © 2021 Jogjafile Inc.
I can repro it if there is no serviceConfiguration.Local.cscfg with azure sdk 2.9.6.
If it is not existing or correct
serviceConfiguration.Local.cscfg
. I resolved the issue by copy theserviceConfiguration.Cloud.cscfg
and rename the copy file to theserviceConfiguration.Local.cscfg
. The following is my detail steps, hope it is useful.If the solution has [work role] and [web role], please have a try to make sure both of the projects have corresponding
serviceConfiguration.Local.cscfg
file.