https://bugzilla.novell.com/show_bug.cgi?id=462465
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=462465#c3 Marek Habersack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Marek Habersack <[email protected]> 2009-01-23 06:53:37 MST --- This is the message I am getting with the provided test case (svn trunk and 2.4 branch): ----------- Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Compiler Error Message: CS0234: The type or namespace name `EntityClient' does not exist in the namespace `System.Data'. Are you missing an assembly reference? Source Error: Line 15: l.Add(new Test() { Toode = "sssss" }); Line 16: return l; Line 17: var r = new System.Data.EntityClient.EntityConnection(); Line 18: Line 19: } This is enough data to see the where the problem is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
