Page 1 of 1

How to deploy Model.EDMX in build

Posted: Fri 13 Nov 2009 10:25
by abhinay_agrawal
Hi,

We are creating a build of Project which is having entity framework and we are using oracle in that we are having user testuser while migrating from one user to another we are changing connection string but it's failing to connect to DB because in SSDL there is entry that SCHEMA="TESTUSER" so migrating from one db to another we need to change this one also is there any way to by pass this one.

Thanks,
Abhinay.

Posted: Fri 13 Nov 2009 15:33
by AndreyR
I recommend you to remove the Schema element from SSDL.
You can do this in design time if you are using Entity Developer and Devart Entity Model.
In case you are using Microsoft ADO.NET Entity Framewor model, just edit it using an XML editor you like.