Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. .NET Oracle.DataAccess.Client

.NET Oracle.DataAccess.Client

Scheduled Pinned Locked Moved ASP.NET
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Karan_TN
    wrote on last edited by
    #1

    There is an application with us named "MirrorTools" which was existing more than 7 years and we are not the developers (no clue on whether this application developed internally within organization or online product) We have an Mirrortools.exe and MirrorTools.exe.config file.I am calling this Mirrortools by via an .bat file which carries the following code

    @echo off
    title TestRaw Refresh
    MirrorTools --refresh --dtimeout=86400 A.xml BLog
    MailSender --to=aaa@yahoo.com,bbb@yahoo.com --subject="[MirrorTools] TestRAWSubject Refresh USPLSVULM132" BLog
    del BLog

    and the config file contains following code...

    While I am executing the bat file i am getting the following error Unhandled exception : system.configuration.configurationerrorexception: Failed to find or load the registered .net framework data provider. System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow) at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariant Name) at MirrorTools.TaskManager.CreateDataSource() at MirrorTools.TaskManager.RunMirrorJobs() at MirrorTools.TaskManager.Execute() at MirrorTools.TaskManager.Execute(Configuration config) at MirrorTools.Program.Main(String[] args) Looking forward your help pls

    J 1 Reply Last reply
    0
    • K Karan_TN

      There is an application with us named "MirrorTools" which was existing more than 7 years and we are not the developers (no clue on whether this application developed internally within organization or online product) We have an Mirrortools.exe and MirrorTools.exe.config file.I am calling this Mirrortools by via an .bat file which carries the following code

      @echo off
      title TestRaw Refresh
      MirrorTools --refresh --dtimeout=86400 A.xml BLog
      MailSender --to=aaa@yahoo.com,bbb@yahoo.com --subject="[MirrorTools] TestRAWSubject Refresh USPLSVULM132" BLog
      del BLog

      and the config file contains following code...

      While I am executing the bat file i am getting the following error Unhandled exception : system.configuration.configurationerrorexception: Failed to find or load the registered .net framework data provider. System.Data.Common.DbProviderFactories.GetFactory(DataRow providerRow) at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariant Name) at MirrorTools.TaskManager.CreateDataSource() at MirrorTools.TaskManager.RunMirrorJobs() at MirrorTools.TaskManager.Execute() at MirrorTools.TaskManager.Execute(Configuration config) at MirrorTools.Program.Main(String[] args) Looking forward your help pls

      J Offline
      J Offline
      John C Rayan
      wrote on last edited by
      #2

      Make sure that you have installed ODP.NET in your system. Once installed install Oracle.DataAccess.* into GAC using GacUtil

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups