Vad e det för fel när man får detta? Konstigt fel i oracle...
Det sker när jag kör programmet....
Det är en asp.net applikation skrivet i visual studio.net
Unable to load DLL (OraOps9.dll).
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.DllNotFoundException: Unable to load DLL (OraOps9.dll).
Source Error:
Line 66: Sub New(ByVal sConnectionstring As String)
Line 67:
Line 68: m_connection = New OracleConnection(sConnectionstring)
Line 69:
Line 70: m_command = New OracleCommand()