[Mono-bugs] [Bug 341456] WebService type not found with pre-compiled classes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 14 04:39:49 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=341456#c3


Marek Habersack <mhabersack at novell.com> changed:

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




--- Comment #3 from Marek Habersack <mhabersack at novell.com>  2007-11-14 02:39:48 MST ---
It's an error in processing the Class attribute of the WebService directive.
I'm not sure how it is possible that the code worked before - unless there were
changes to how Assembly.GetType treats the passed string (it might have been
ignoring the fully qualified type names and just using the simple type name).
Also, the test case has a bug in the Makefile - the assembly it creates is
tescase.dll while the one requested in the Class attribute is testcase.dll -
MS.NET throws an assembly not found error in this case.
I've made all the necessary changes in svn trunk, revision 89600.
I will backport the fix to the 1.2.6 branch later on.


-- 
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