• 21-11-2013, 21:22:48
    #1
    Merhaba.
    Proticaret alt yapısını kullandığımız bir sistemde aşağıdaki gibi bir hata aldık. Bu hatadan nasıl kurtulabiliriz?
    Anlayanlar, bilenler dönebilir mi?

    Server Error in '/' Application.
    
    Configuration Error
    
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    
    Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The module was expected to contain an assembly manifest.
    
    Source Error: 
    
    
    Line 188:				<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    Line 189:				<add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    Line 190:				<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 191:				<add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Line 192:			</assemblies>
    
    Source File: C:\Inetpub\vhosts\magazadangelsin.com\httpdocs\web.config    Line: 190 
    
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Extensions, Version=1.0.61025.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].
    
    Version Information: Microsoft .NET Framework Version:2.0.50727.5472; ASP.NET Version:2.0.50727.5471
  • 22-11-2013, 10:57:17
    #2
    Veritabanı güncelleme işleminden sonra temanızı da güncellediniz mi. Orjinal 2.0 dosyasındaki header.ascx i yüklemeyi deneyin. Bir kaç sorunda bu hatayı alıyoruz. Genel geçer bir hata mesajı. 2.0 versiyonda header dosyasında <span id="messageHeader"> ile başlayan bir alan eklendi. Temanızda bu yoksa hataya neden olabilir.
  • 22-11-2013, 13:08:49
    #3
    İlginiz için teşekkür ediyorum. Şimdilik eski yedeği alarak bu sorunu aşmaya çalıştık. Güncellemeyi yeniden gerçekleştireceğiz. Aynı sıkıntının oluşması durumunda dediklerinizi uygulayacağım. Tekrar teşekkür ederim.