Hi,
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? (I am pretty new in .net)
Thanks