I have a very werid problem that Ive not seen before. Im unable to drag and drop specific files from one project to another in my solution.
I have a data access layer using EF5 (.edmx) and a core project that I want to hold my model (POCO classses)
using the TT tool, EF5 has created the POCOs for me but I want them to be in my model inside my solution core.
Ive removed this line from the data project file (as per this article http://allen-conway-dotnet.blogspot.co.uk/2013/01/separating-entity-framework-poco.html)
<DependentUpon>EbsDataModel.edmx</DependentUpon>
and when I attempt to drag my datamodel.tt file from my data layer to my model layer in the core, I simply cant ! VS refuses to allow me to left click the file and manually drag it over. Yet I can move other files, just not the .tt file. Ive never seen anything like this before, is there anything im missing ? Can anyone help ?