Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

VS2022 Latest Build with Oracle 19c

Samir EliasAug 14 2024 — edited Aug 14 2024

Hello,
I have an issue creating a WPF project using DataSets connected to Oracle DB:

VS2022 latest builds

WPF

.NET 8 OR .NET 7 OR .NET 6

new project

Oracle Database, Oracle 19c, Use Oracle ManagedDataAccess.Core latest version

add Dataset to the project successfully.

Drag n Drop from the ServerExplorer any Table

designer error code appears
Error.PNG

Using EntityFrameWork have similar issue.

Same Table can be accessed using

OracleConnection

OracleCommand

ExecuteReader

.Net FrameWork 4.8, 4.72 works flawlessly

==================

Microsoft Support suggested that I come to this forum to get a solution.

Comments

Arnoschots-Oracle Apr 22 2020 — edited on Apr 22 2020

Hi,

The "sudo al-config -s" doesn't work on my Autonomous Linux instance.

Command output:

[opc@opsserver ~]$ sudo al-config -s

/sbin/al-config: illegal option -- s

Configure OCI notification service topic OCID:

  Usage:

    al-config -T [topic OCID]

  Options:

    -T [topic OCID] OCI notification service topic OCID

Configure OCI CLI profile:

  Usage:

    al-config -u [user OCID] -t [tenancy OCID] -k [key file]

  Options:

    -u [user OCID] OCI User OCID

    -t [tenancy OCID] OCI Tenancy OCID

    -k [key file] from which we obtaion the API private key

    -p [key passphrase file] from which we obtain API key passphrase. Provide

       this if API private key is encrypted. If not provided, user will be

       prompted to enter passphrase.

1 - 1

Post Details

Added on Aug 14 2024
15 comments
278 views