You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To solve my performance problems (see here) I created my own EF build which solved the problem and works fine in my development environment.
But today I tried to publish a new version to my Azure App Service and it failed to start with Strong name signature could not be verified.. I quickly copied over the original 6.2.0 version and the app is now working again, but with the performance problems...
Is there a way to disable the strong-name check on Azure to use my custom build?
Further technical details
EF version: 6.2.0
Database Provider: EntityFramework.SqlServer
Operating system: Azure App Service
IDE: Visual Studio 2017 15.9.9
The text was updated successfully, but these errors were encountered:
chrfin
changed the title
Use own build on Azure Web App
Use own build on Azure App Service
Mar 19, 2019
To solve my performance problems (see here) I created my own EF build which solved the problem and works fine in my development environment.
But today I tried to publish a new version to my Azure App Service and it failed to start with
Strong name signature could not be verified.
. I quickly copied over the original 6.2.0 version and the app is now working again, but with the performance problems...Is there a way to disable the strong-name check on Azure to use my custom build?
Further technical details
EF version: 6.2.0
Database Provider: EntityFramework.SqlServer
Operating system: Azure App Service
IDE: Visual Studio 2017 15.9.9
The text was updated successfully, but these errors were encountered: