The specified store provider cannot be found in

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
vmachacek
Posts: 4
Joined: Mon 12 Sep 2011 08:59

The specified store provider cannot be found in

Post by vmachacek » Mon 19 Sep 2011 09:02

Im getting this error


Schema specified is not valid. Errors:
SecurityManagerModel.ssdl(2,76) : error 0175: The specified store provider cannot be found in the configuration, or is not valid.

Since I moved from my development machine to staging enviroment. Can anybody help me fix this problem?

Thanks.

EDIT:

I added this to my webconfig on my staging enviroment, Which I found in my development enviroment machine config.

Code: Select all

  
    
      
	

But now i get this error:

Failed to find or load the registered .Net Framework Data Provider.

So question is, how can i migrate Devart dll to production/staging enviroments.

Thanks

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

Post by Shalex » Tue 20 Sep 2011 16:15

Please refer to http://www.devart.com/dotconnect/oracle ... yment.html:
1. Make sure that you deployed your application with Devart.Data.dll, Devart.Data.Oracle.dll, and Devart.Data.Oracle.Entity.dll (of the corresponding EF version).
2. Add the remove section to the provider registration for the case when dotConnect for Oracle is installed in the deployment environment:

Code: Select all

  
  
    
...

Post Reply