I have a DAL (model of the first entity structure 4.1) and a Service that uses it in separate projects. Everything works fine, but after some minor changes (for example, I created a model from the database), it stopped working. Now I get a metadata exception. After many hours of research, I downloaded ILSpy and verified that there were no resources inside DAL.dll. The connection string looks like this:
metadata=res://*/DataModel.TerminalRegistryModel.csdl| res://*/DataModel.TerminalRegistryModel.ssdl| res://*/DataModel.TerminalRegistryModel.msl;
ANd in the metadata of the EDMX file for processing the artifact is set to "Insert into the results assembly." What could cause my problem?
source share