How to deploy Model.EDMX in build

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
abhinay_agrawal
Posts: 9
Joined: Wed 07 Oct 2009 14:09

How to deploy Model.EDMX in build

Post by abhinay_agrawal » Fri 13 Nov 2009 10:25

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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 13 Nov 2009 15:33

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.

Post Reply