[Mono-bugs] [Bug 462465] Unexpected error message if webservice references to nonexisting assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 23 08:53:39 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=462465

User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=462465#c3


Marek Habersack <mhabersack at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Marek Habersack <mhabersack at novell.com>  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.


More information about the mono-bugs mailing list