Kiran Shahi
Kiran Shahi

Reputation: 7970

How to remove completely Oracle Data Provider from .net

I had tried to install Oracle Data Provider for .NET framework but the installation was failed. After that I was unable to run the projects, it gives configuration error.

Error shown while running the project

How can I resolve this issues.

Upvotes: 2

Views: 2880

Answers (1)

Tummala Krishna Kishore
Tummala Krishna Kishore

Reputation: 8271

You can remove the Oracle data provider as follows :

  1. On the Start menu (for Windows 8, right-click the screen's bottom-left corner), click Control Panel, and then, under Programs, do one of the following: Windows Vista/7/8: Click Uninstall a Program. Windows XP: Click Add or Remove Programs.
  2. When you find the program Oracle Data Provider for .NET Help, click it, and then do one of the following: Windows Vista/7/8: Click Uninstall.
  3. Windows XP: Click the Remove or Change/Remove tab (to the right of the program). Follow the prompts. A progress bar shows you how long it will take to remove Oracle Data Provider for .NET Help

For More_info check this Source

There is a Software Removal tool for Windows , i haven't tested it , but you can get it from here

Upvotes: 2

Related Questions