I am getting an exception unable to load the specified metadata resource in the Web api project. I have edml file in another project (DAL) and the web api call the repository which exists in the DAL project.
I tried the below liks, but it didn't worked.
http://forums.devart.com/viewtopic.php?t=22092
I tried updating the connection string as below and it didn't work either.
tometadata=res://DataModel.csdl|res://DataModel.ssdl|res://DataModel.msl;provider=Devart.Data.Oracle;provider connection string=""User Id=scott;Password=tiger;Server=WAPI;Persist Security Info=True
The build action of the edml is set tometadata=res://SimpleDAL.dll/DataModel.csdl|res://SimpleDAL.dll/DataModel.ssdl|res://SimpleDAL.dll/DataModel.msl;provider=Devart.Data.Oracle;provider connection string=""User Id=scott;Password=tiger;Server=WAPI;Persist Security Info=True
Copy to Output DirectoryDevartEntityDeploy
Custom ToolDo not copy
VersionDevartEfGenerator
Also I noticed that when I view the dll in object browser, I don't see any csdl/ssdl or msl file.5.0.993.0