Şimdi Ara

PublicKeyToken=3750abcc3150b00c' or one of its dependencies. Sistem belirtilen dosyayı bulamıyor.

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
2
Cevap
0
Favori
2.980
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • arkadaşlar işin içinde biraz delphy de var sanırım daha önce kurulmuş olan sistemi eskisi gibi kurdum fakat aldığım hataları aşağıya kodları ile birlikde not alıyorum anlıyan arkadaşların yardımını diliyorum sabaha kadar bitiremez isem bozduğum için işimden olabilirim:(:(



    bir yazılım yazılımın içerisinde

    service.asmx
    web.config dosyaları ve

    App_Code
    App_Data
    Bin klasörleri

    ve

    fbembed.dll dosyası bulunmakda açılması gereken sayfa service.asmx internet explorer dan çağırdığımda
    sayfanın verdiği hata şu

    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 'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' or one of its dependencies. Sistem belirtilen dosyayı bulamıyor.

    Source Error:


    Line 20: <compilation debug="true">
    Line 21: <assemblies>
    Line 22: <add assembly="FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750ABCC3150B00C"/></assemblies></compilation>
    Line 23: <!--
    Line 24: The <authentication> section enables configuration


    Source File: C:\Program Files\Abyss Web Server\htdocs\web.config Line: 22

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' 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.42; ASP.NET Version:2.0.50727.42

    bu hatayı nasıl çözebilirim ???







  • burada dll dosyasının olmadığını söylüyordu firebird sql den download ettiğim firebird versiyonunun içinde dosyayı buldum ve bin klasörüne koydum daha sonra tekrar farklı bir hata mesajı aldım

    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 'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' or one of its dependencies. The module was expected to contain an assembly manifest.

    Source Error:

    Line 20: <compilation debug="true">Line 21: <assemblies>Line 22: <add assembly="FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750ABCC3150B00C"/></assemblies></compilation>Line 23: <!--Line 24: The <authentication> section enables configuration
    Source File: C:\Program Files\Abyss Web Server\htdocs\web.config Line: 22

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'FirebirdSql.Data.FirebirdClient, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' 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.42; ASP.NET Version:2.0.50727.42




  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.