[Mono-dev] [PATCH] Correction to the r65131 inSystem.Web.UI.WebControls/ObjectDataSourceView.cs

blackdog rmt512 at gmail.com
Wed Oct 18 10:20:52 EDT 2006


In regards to

*------ Additional Comments From Konstantin Triger
<kostat at mainsoft.com> 2006-10-18 05:22 -------*
The bug should be probably fixed by refactoring the #65131 and #66781

fixes for the System.Web.UI.WebControls/ObjectDataSourceView.cs.

i checked out  Revision: 66783 of mono
and  66783 of mcs and rebuilt everything from scratch, also xsp.

The error still occurs.

FYI I run xsp2 from using the environment set in this script,

export MONO_VER=/opt/mono-svn
export MOZILLA_FIVE_HOME=/usr/lib/mozilla
export PATH="$MONO_VER/bin:$PATH"
export PKG_CONFIG_PATH=$MONO_VER/lib/pkgconfig
export MANPATH="$MONO_VER/share/man:$MANPATH"
export LD_LIBRARY_PATH="$MONO_VER/lib:$LD_LIBRARY_PATH"
bash

where mono-svn is my newly compiled, version, so I assume I'm picking up the
correct gac etc.

I didn't add an update to bugzilla yet as I can't seem to login right now.

Thanks

R

On 10/17/06, blackdog <rmt512 at gmail.com> wrote:
>
> Can I draw your attention to this bug too, which i think is related
>
> http://bugzilla.ximian.com/show_bug.cgi?id=79396
>
> thanks
>
> Ritchie
>
> On 10/17/06, Gonzalo Paniagua Javier <gonzalo at novell.com> wrote:
> >
> > On Mon, 2006-10-09 at 00:34 -0700, Konstantin Triger wrote:
> > > That's by documentation, quoting the msdn (ObjectDataSource.TypeNameProperty):
> > >
> > > To create an instance of the object that the ObjectDataSource control
> > > binds to, the control uses reflection to load the type that is
> > > identified by the type name at run time. Therefore, the value of the
> > > TypeName property can be a partially qualified type for code that is
> > > located in the Bin or App_Code directories or a fully qualified type
> > > name for code that is registered in the global assembly cache. If you
> > > use the global assembly cache, you must add the appropriate reference
> > > to the assemblies section of the Machine.config or Web.config file.
> > >
> > > Regards,
> > > Konstantin Triger
> >
> > Ok, then go ahead and commit the patch. Make sure that the problem that
> > the bug that Marek fixed is still fixed.
> >
> > Thanks.
> >
> > -Gonzalo
> >
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061018/c602bf14/attachment.html 


More information about the Mono-devel-list mailing list