I am trying to configure Entity Framework 4 in the Web.config file using this ConnectionString
...
metadata=
res://*/CmsEntityDataModel.csdl|
res://*/CmsEntityDataModel.ssdl|
res://*/CmsEntityDataModel.msl;
....
I would like remove the “*” and add the actual path for my dll file.
How to find the path for a dll in Visual Studio with no add-on?
Thanks
I’ve written a long explanation of EF metadata paths; you might find it helpful to read it.
You can replace the
*with an assembly name, which might or might not be a strong name, like this: