我最近將我的應用程序部署到服務器,下面是我得到的錯誤。當我在本地運行它時,一切正常。 該應用程序是uisng Microsoft.AspNetCore 1.1.3 我還試圖迫使應用程序使用的x86。 System.BadImageFormatException: Image is too small.
at System.Reflection.Throw.ImageTooSmall()
我試圖將一個id列表綁定到一個設置,並且它在我使用綁定時起作用,但是使用GetValue檢索它不起作用。即這個工程: var authenticationSettings = new Authentication();
this.Configuration.GetSection("Authentication").Bind(authenticationSettings);
var clie