1
Whenever I change the database, I need to delete edmx and recreate it, because the update from database is not updating. So far so good. What happens is that he has now created a connection with the name totally out of the pattern. It looks like this:
win-mdsk429aa7b.V99_Web.dbo
Before it was just V99_webentities. This name appears when I give a New Conection and appears in the compound where I have the connections. How do I delete this connection to get back to normal, as it was before? If I don’t change the connection, I will have to change my entire system, out of the question.
When I delete edmx, I also delete the line from my web.config for the deleted edmx.
I think that’s the name of the computer. Where do I see this? Where are these names?
– pnet
The deploy didn’t work. I only have the bin folder, the . svc file, Package.config and web.config. The question is: How does deploy know that there is a connection, with a wrong Owner? How did my files transport it? Where can I change it? Is there a way?
– pnet
I deleted edmx and a reference to it remains without errors. I gave an F12 on top of it and showed an edmx, like Metadata. How it appeared if I deleted?
– pnet
I deleted edmx and a reference to it still has no errors. I gave an F12 on top of it and showed an edmx, like Metadata. How did it appear if I deleted it? It creates hidden folders and adds this file: V99support Cnico.Models.V99_webentities.Cs
– pnet
This only happens with the web service, where I delete edmx and still keep working on my svc.Cs without adding it again. I don’t know how, but I deleted the file.
– pnet