I need to create ADO.NET model from Oracle 12 DB. We are using VS2017. I've installed ODAC and ODT for VS (2015, since there is no version for 2017) according to recommendations in internet. However, EDMX model creation dialog does not show up Oracle DB in data source list (it's present in Connect to Database dialog section though). My suspicion is ODT for VS2015 is not compatible with VS2017. Is it true? What i also tried to do was to add ODT.Net.Managed key to Registry with proper path to corresponding DLL, but this did not help either. Any ideas?
Oracle Developer Tools (ODT) & Visual Studio 2017 Integration
10.8k Views Asked by Alexander At
2
There are 2 best solutions below
2
FrankLee
On
Oracle Developer Tools for VS2017 (12.2.0.1.0) is now available for download. http://www.oracle.com/technetwork/topics/dotnet/downloads/odacmsidownloadvs2017-3806459.html
BUT, big BUT:
It does NOT work in VS2017 Community Edition. It does work for the PRO and Enterprise editions. See here: https://community.oracle.com/thread/4009365?start=37&tstart=0
Related Questions in ORACLE
- Column displays each count
- MAX and GROUP BY - SQL
- Best Practice for adding columns to a Table in Oracle database
- Updating an Oracle row with value from same row
- Retrieving data from Oracle database
- Ibatis execute update sql on oracle, it is not working and no exceptions
- Building an sql execution plan history
- Implementation of Rank and Dense Rank in MySQL
- how to update the date field for this specific condition using oracle query?
- Oracle stored procedure wrapping compile error with inline comments
- Android: How to connect oracle database using Android Java code?
- SQL Conditional Join on Columns
- Multi value wildcard search in ibatis
- Get count of consecutive days meeting a given criteria
- How to update the metadata of a layer in Oracle imported through FME Workbench?
Related Questions in EDMX
- Dynamically load asp.net Content from database
- The difference between EF6 and EF4.1 in files hierarchy
- Unknown Exception During Build
- EF6 Call stored procedure with parameters
- LINQ takes 40s to end query - Performance
- SQL Server and performance for dynamic searches
- Now I'm using EF 6 database first and i need to add new table
- Can I generate a .sql update script from an edmx file?
- Entity Framework TT template -> Navigation Property name based on foreign key ID
- singularize table name when create EDMX file
- How to take input from SQL stored procedure to a return statement
- EDMX generated with ODT/ODAC, context class not showing in Domain Service Class
- Error 175: The specified store provider cannot be found in the configuration, or is not valid. SQLlite
- Cannot process 'StudentGrantsWF.xaml' because it is not an EDMX file
- How to get the maximum length of a string from an EDMX model in code?
Related Questions in VISUAL-STUDIO-2017
- No templates in Visual Studio 2017
- Xamarin.iOS on the Mac Server is not compatible
- NuGet Console in visual studio 2017 RC won't Add-Migration or Update-Database?
- VS2017 RC Web deploy - ERROR_CERTIFICATE_VALIDATION_FAILED
- How to use an ASP.NET Core environment variable in testing with Visual Studio
- How to create F# .Net Core ConsoleApp in Visual Studio 2017 RC
- Can I suppress a specific C6031 warning? CString::LoadString
- InterlockedExchange issue with C28112/3
- AppSettings.*.json files not copied on Publish in ASP.NET CORE 1.1
- Does Visual Studio 2017 Community create a Services folder for Dependency Injection with Core 1.0?
- dotnet exec needs a managed .dll or .exe extension while adding Entity Framework Core (1.1.0) Migrations
- project can't be set as Class Library in visual studio
- How to connect with SQL Server database using .NET Core Class Library (.NET Standard)?
- Using Dependency Injection with .NET Core Class Library (.NET Standard)
- Localisation that can be read by a portable F# project (Profile 259)
Related Questions in ODT.NET
- Oracle developer tools for VS 12c not working with VS 2010
- Program defensively against ODAC instantclient
- Oracle Connection in C# - connection string
- How to maintain style formatting when merging two ODT documents together
- 'OracleAQRnd.db_Message_type2::text::OracleObjectMappingAttribute' cannot be set to an invalid value of 'text'
- How do you Send More that 20 Parameters to a Stored Procedure Using ODP.Net?
- Best practices with oracle connection in C #
- Cannot install Oracle tools for Visual Studio
- How can I inspect query results in a stored PL/SQL function WHILE they're being executed by an external application?
- Oracle Developer Tools (ODT) & Visual Studio 2017 Integration
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Unfortunately, ORACLE ODT for VS2017 is not available, ORACLE has promised the VS2017 for years, but the latest information is that they are in trouble, and the VS2017 will be resolved as soon as it is solved.