C# Asp.net MVC uygulaması lokalde çalışırken sunucuya yüklendiğinde aşağıdaki gibi hata veriyor:
Could not load file or assembly 'System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not load file or assembly 'System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Asp.Net uygulamasında Could not load file or assembly hatasının çözümü nedir?
emreyilmaz 8 yıl önce
Copy Local True değerini seçiyorum ama kendini otomatik olarak false değerine döndürüyor. Ne yapmam gerek acaba?
alattin 8 yıl önce
@emreyilmaz manuel el ile o dosyayi uygulamanızın Bin klasörüne kopyalayın. Copy Local True derleme aşamasında Publish/bin klasörüne otomatik atmaya yarıyor.
Toplam 1 cevap
Asp.net uygulamasına erişmek istediğinizde Could not load file or assembly ...... gibi bir hata alıyorsanız uygulamanız hata mesajında belirtilen dosyayı veya assembly bulamıyor demektir. Bulunamayan dll dosyası sunucuya yüklenmemiş demektir. Hatanın çözümü için aşağıdaki adımları yerine getirin
Bu işlemden sonra Asp.Net uygulamasında alınan Could not load file or assembly hatası çözülmüş olacaktır.