Unable to load the specified metadata resource

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Emiel
Posts: 1
Joined: Mon 14 Sep 2020 13:55

Unable to load the specified metadata resource

Post by Emiel » Mon 14 Sep 2020 14:40

I'm trying to run a Project in Visual Studio 2019. My other 2 colleagues are able to complete the start-up of the project, I don't. In start-up, the program checks the Oracle Connection by retrieving something from DUAL (select sysdate from dual) and this is where I fall into the exception "Unable to load the specified metadata resource".

I have cleaned and rebuild the project / solution without any succes.

My colleagues and I have the same:
  • Code ("get Latest Version")
  • NuGet packages
  • The App.config-files are also the same, so there is no difference in the connectionString.
  • The licenses.licx-files are also the same and use the same Versionnumber as the app.config-files.
Anyone have any idea why I'm not able to connection with Oracle?

Please feel free to ask me for addition information if the current information I listed was too little!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Unable to load the specified metadata resource

Post by Shalex » Tue 15 Sep 2020 15:53

We have reproduced the issue and are investigating it.

Please specify:
1) the version of your Entity Framework (e.g.: EF6.4)
2) target framework of your project (e.g.: .NET Framework 4.8)

Post Reply