EF - Error migrating from SQL Server to Oracle
Posted: Thu 11 Aug 2016 20:21
I tried to migrate database schema from SQL Server to Oracle using EF, I followed the steps of this post:
https://vagifabilov.wordpress.com/2010/ ... otconnect/
Everything went well but when I selected "Generate Database from Model" I got this error:
Encountered the following errors while processing the template 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen\Devart SSDLToOracle.tt: line 0, column 0: 'An exception was thrown while trying to compile the transformation code. The following Exception was thrown: System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Devart.Data.Oracle.Entity.dll, Version=9.1.67.6, Culture=neutral, PublicKeyToken=09af7300eec23701'. File name: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Devart.Data.Oracle.Entity.dll, Version=9.1.67.6, Culture=neutral, PublicKeyToken=09af7300eec23701' ...
I went to that path and there is no any dll of Devart there. when I went to the Devart folder in Program Files I didn't find the file Devart.Data.Oracle.Entity.dll, I just find Devart.Data.Oracle.Entity.EF*.dll.
How can I resolve this issue?
Thanks!
https://vagifabilov.wordpress.com/2010/ ... otconnect/
Everything went well but when I selected "Generate Database from Model" I got this error:
Encountered the following errors while processing the template 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen\Devart SSDLToOracle.tt: line 0, column 0: 'An exception was thrown while trying to compile the transformation code. The following Exception was thrown: System.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Devart.Data.Oracle.Entity.dll, Version=9.1.67.6, Culture=neutral, PublicKeyToken=09af7300eec23701'. File name: 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Devart.Data.Oracle.Entity.dll, Version=9.1.67.6, Culture=neutral, PublicKeyToken=09af7300eec23701' ...
I went to that path and there is no any dll of Devart there. when I went to the Devart folder in Program Files I didn't find the file Devart.Data.Oracle.Entity.dll, I just find Devart.Data.Oracle.Entity.EF*.dll.
How can I resolve this issue?
Thanks!