haaroon wrote: > Hi I am new to Mono. > I am using Mono for deploying my windows developed .Net Aspx web application > to Linux box. My Linux PC having RedHat9+Mono-1.2.4+ Apache- > 2.0.40+mod_mono-1.2.4. I am trying to deploy my Asp.Net Web application > (which having text box list box components) its working fine. And I am > trying to add one label with ForeColor & BackColor after deploying in PC its > also working fine. And Now I am trying to deploy same application in my > Embedded Box which running linux-2.4.20-8 +mod_mon-1.2.4.+ Mono-1.2.4 + > Apache 2.2.8 its NOT working. If i remove Forecolor & BackColor input > option in the Aspx page that page is coming fine but color of the font > retain to default color. So kindly help me to get ride of this issue.
Your embedded box is missing libgdiplus. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
