using Editor examples for .NET Core and Oracle

using Editor examples for .NET Core and Oracle

WIDNR-TinbergWIDNR-Tinberg Posts: 7Questions: 4Answers: 0

Doing the 15-day trial of Editor. Trying to use the Editor for .NET Core with the "oracle" DBTYPE, having configured the Oracle connection, results in the following error when running the example:

The specified invariant name 'Oracle.ManagedDataAccess.Client' wasn't found in the list of registered .NET Data Providers.

How can I resolve this?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    Answer ✓

    If you have a look in the Program.cs file you'll see where you would need to add a register for the Oracle connection. We haven't done this by default as the Oracle driver was causing issues in our test environment.

    I should note that we are aware of a few issues with the 1.9.0 release of Editor and .NET + Oracle. They are addressed in the 1.9.1 release which is coming really soon.

    Allan

This discussion has been closed.