Конференция ".Net" » ASP.NET Web Application
 
  • Nemets (23.01.07 12:11) [0]
    Написал ASP.NET Web Application на Delphi2006. Всё запускается у меня на машине, но не запускается на машине без Delphi 2006 (всё остальное такое же). Просит dll-ки из Delphi. Почему и что делать?
  • clickmaker © (23.01.07 12:18) [1]

    > Просит dll-ки из Delphi. Почему и что делать?

    ну дай, раз просит
  • Nemets (23.01.07 13:16) [2]
    Так что мне делать, dll-ки вместе с ним таскать? Или их можно как нибудь подцепить?
  • clickmaker © (23.01.07 13:19) [3]

    > [2] Nemets   (23.01.07 13:16)

    какие?
  • Nicolas © (26.02.08 15:04) [4]
    Удалено модератором
  • Nicolas © (28.05.08 13:04) [5]
    Такая вот ошибка. Требует библиотеки еще и из с BDS.
    Server Error in '/Indentify' Application.
    --------------------------------------------------------------------------------

    File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.
    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.FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.

    Source Error:

    Line 88: end;
    Line 89:
    Line 90: procedure TWebForm1.OnInit(e: EventArgs);
    Line 91: begin
    Line 92:   //


    Source File: C:\Inetpub\wwwroot\Indentify\WebForm1.pas    Line: 90

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Borland.Data.Provider' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
    (Fully-specified)
    LOG: Appbase = file:///C:/Inetpub/wwwroot/Indentify
    LOG: Initial PrivatePath = bin
    Calling assembly : Indentify, Version=1.0.3069.32044, Culture=neutral, PublicKeyToken=null.
    ===

    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indentify/1fdfc98b/a9ca71e7/Borland.Data.Provider.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indentify/1fdfc98b/a9ca71e7/Borland.Data.Provider/Borland.Data.Provider.DLL.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Indentify/bin/Borland.Data.Provider.DLL.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Indentify/bin/Borland.Data.Provider/Borland.Data.Provider.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indentify/1fdfc98b/a9ca71e7/Borland.Data.Provider.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indentify/1fdfc98b/a9ca71e7/Borland.Data.Provider/Borland.Data.Provider.EXE.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Indentify/bin/Borland.Data.Provider.EXE.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/Indentify/bin/Borland.Data.Provider/Borland.Data.Provider.EXE.



    Stack Trace:

    [FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.]
      WebForm1.TWebForm1.InitializeComponent() +0
      WebForm1.TWebForm1.OnInit(EventArgs e) in C:\Inetpub\wwwroot\Indentify\WebForm1.pas:90
      System.Web.UI.Control.InitRecursive(Control namingContainer) +240
      System.Web.UI.Page.ProcessRequestMain() +174



    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573


    Если в опциях компилятора в разделе Linker поставить все галочки, то все равно не помогает.
    Что делать? Как автоматически включить все требуемые библтотеки в конечный проект?
  • clickmaker © (28.05.08 13:56) [6]
    судя по всему, Borland.Data.Provider.dll должна лежать в папке bin веб-приложения
  • Nicolas © (28.05.08 19:53) [7]
    Да. ЕЕ кладеш туда, он просит следующий dll.. и так далее до бесконечности. Он требует даже те Dll, которые лежат в папке с самой Borland developer Studio.
    Как автоматически включить все требуемые библтотеки в конечный проект?
  • clickmaker © (29.05.08 09:44) [8]
    что-то типа Project - References - Add (так в MS VS, не знаю, как это в BDS)
  • Nicolas © (29.05.08 17:28) [9]
    Спс. Закрываем тему.
    (год ответа ждал Nemets).
 
Конференция ".Net" » ASP.NET Web Application
Есть новые Нет новых   [118428   +11][b:0][p:0.002]