Oracle access under IIS
Kan afvikle siden på min egen maskine på IIS og under VSS udviklings server. Problemet kommer når jeg flytter projektet til en anden maskine, så kommer følgende fejl. Der er Oracle 9.2 klient og .NET frame installeret.Server Error in '/StatusScreens' 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: File or assembly name System.Data.OracleClient, or one of its dependencies, was not found.
Source Error:
Line 22: <assemblies>
Line 23: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 24: <add assembly="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/></assemblies></compilation>
Line 25: <!--
Line 26: The <authentication> section enables configuration
Source File: C:\Web\web.config Line: 24
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Data.OracleClient' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = file:///C:/Web
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
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: System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/statusscreens/682ce082/3cce0dfc/System.Data.OracleClient.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/statusscreens/682ce082/3cce0dfc/System.Data.OracleClient/System.Data.OracleClient.DLL.
LOG: Attempting download of new URL file:///C:/Web/bin/System.Data.OracleClient.DLL.
LOG: Attempting download of new URL file:///C:/Web/bin/System.Data.OracleClient/System.Data.OracleClient.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/statusscreens/682ce082/3cce0dfc/System.Data.OracleClient.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/statusscreens/682ce082/3cce0dfc/System.Data.OracleClient/System.Data.OracleClient.EXE.
LOG: Attempting download of new URL file:///C:/Web/bin/System.Data.OracleClient.EXE.
LOG: Attempting download of new URL file:///C:/Web/bin/System.Data.OracleClient/System.Data.OracleClient.EXE.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407