The generated DataContext has a incompleted database attribute:
[global::System.Data.Linq.Mapping.DatabaseAttribute(Name="C:\\Users\\Nick.TPC\\Documents\\DomusDotNet\\Eventi\\Pomeriggio EF\\DomusDotNet.Planner\\" +
no other chars after the plus sign, so the line is incomplete. Maybe it depends on long path, maybe not, didn't have enought time to dig on it.
Workaround: removing the offending line altogether resolve the issue.
Comments: ** Comment from web user: ErikEJ **
[global::System.Data.Linq.Mapping.DatabaseAttribute(Name="C:\\Users\\Nick.TPC\\Documents\\DomusDotNet\\Eventi\\Pomeriggio EF\\DomusDotNet.Planner\\" +
no other chars after the plus sign, so the line is incomplete. Maybe it depends on long path, maybe not, didn't have enought time to dig on it.
Workaround: removing the offending line altogether resolve the issue.
Comments: ** Comment from web user: ErikEJ **
Actually fixed in 2.6!