[Mono-bugs] [Bug 445903] GetField() API fails on Mono 2.0

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 19 23:46:32 EST 2008


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

User kuanil at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=445903#c8





--- Comment #8 from Anil Kumar <kuanil at novell.com>  2008-11-19 21:46:32 MST ---
thanks, the code written in comment #7 works when i build and run my code on
Mono 2.0.

But our requirement is : I should build the code on Mono 1.2 and run on Mono
2.0. Sorry that it was not clear in my earlier comments.

So when i build the code written in comment #7 on Mono 1.2 platform, then it
fails because HttpRuntimeSection' does not exist in the namespace
`System.Web.Configuration' error comes. 

So in order to build it on Mono 1.2 and run on Mono 2.0 , if i use the code
which i wrote in comment #5 (using GetProperty()) , is it okay ? I am asking
this to Mono people because this API is implemented in Mono code-base.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list