i have a class library that has my entity framework model and every thing related to it. the problem is that i am able to access it in my console project but not on MVC project.
The Client throws an open exception :
but when i access any of the entities in context, it throws an Oracle client exception ...
all tasks related to my oracle DB that are not being accessed by entity framework are running all fine on my MVC project but when it comes to being accesed by EF ... it throws exception : failed to open underlying connection
what can i do to fix this issue? ... i have tried almost everything described in previous such questions