[MonoDevelop] clean md project from vs2k3 project sources,
what about .resources?
Dean Brettle
dean at brettle.com
Sat Dec 10 02:44:25 EST 2005
On Sat, 2005-12-10 at 00:07 -0500, Jeff Kowalczyk wrote:
> Error message: /tmp/apache-temp-aspnet-0/1542a843/50785.0.cs(722,13) :
> error CS0117: `System.Web.UI.WebControls.Calendar' does not contain a
> definition for `selecteddaystyle'
> /tmp/apache-temp-aspnet-0/1542a843/50785.0.cs(728,13) : error CS0117:
> `System.Web.UI.WebControls.Calendar' does not contain a definition for
> `titlestyle' /tmp/apache-temp-aspnet-0/1542a843/50785.0.cs(736,13) :
> error CS0117: `System.Web.UI.WebControls.Calendar' does not contain a
> definition for `dayheaderstyle'
>
> File name: acmeproject/placeorders.aspx
In placeorders.aspx, try changing 'selecteddaystyle' to
'SelectedDayStyle' and 'dayheaderstyle' to 'DayHeaderStyle'. I'm
guessing Mono is case-sensitive and .NET isn't. If the above change
fixes the problem you might want to file a bug for it.
--Dean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20051210/ff845af4/attachment.html
More information about the Monodevelop-list
mailing list