I used to have one Working edmx model with WCF service.
Then I've added another Entity Model pointing another connection.
I will try to explain in nutshell what is happened in app.config.
- there is still being one connectionString with old name
- but now it points new entity model
- but initial catalog is not even updated to new one and points to old one
I'm sure that something is wrong here. And I also can't find can I change / edit it from properties.
Is it possible to have two Entity Models in one project? If so then what could cause such things in my situation?