Page 1 of 1

The specified store provider cannot be found in

Posted: Mon 19 Sep 2011 09:02
by vmachacek
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

Posted: Tue 20 Sep 2011 16:15
by Shalex
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

  
  
    
...