2
votes
2answers
1k views

Visual Studio 2010 workaround to target .Net 4.5

Is there some workaround to target .net 4.5 from Visual Studio 2010? I know there is no official support for this, but still, I'm hoping somebody discovered some clever way to get around this. I know ...
0
votes
0answers
237 views

Dynamic Data Filter: Foreign key doent map to ForeignKey template

i have a 2 sqltable EmpInf with EmpId, EmpName, Salary and Foreign key DeptNumber and a 2nd table Dept with primary key DeptNo and DeptName i have a Dynamic Data Control : Data Manager, Linqtosql and ...
1
vote
1answer
163 views

Cannot find system.spatial.data

I just upgraded to .net 4.5rc from here and Entity Framework 5rc from here because I would like to work with the System.Data.Spatial-classes. But I cannot find the namespace in my solution. I tried ...