[Mono-aspnet-list] ASP.NET Server Controls

Ishbir Singh ishbir at gmail.com
Sun Apr 3 06:55:35 EDT 2011


Nevermind, I figured the solution out. =) System.Web.Entity ain't required
after all.. I was doing things incorrectly. Its either <asp:Button> or
<input type="button">.. no such thing as <asp:HtmlInputButton>.. apply the
same thing to hidden field here.

On 3 April 2011 15:17, Ishbir Singh <ishbir at gmail.com> wrote:

> Hey there,
>
> I'm new to Mono and am learning ASP.NET from the book "Beginning ASP.NET 4
> with C# 2010". I'm facing a major problem. Whenever I try to embed some
> server control, such as <asp:HtmlInputHidden>, basically any control
> starting from <asp:Html, I get an exception in the web app saying-
>
> *Could not load file or assembly 'System.Web.Entity, Version=4.0.0.0,
> Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its
> dependencies. The system cannot find the file specified.*
>
> Also, the MonoDevelop spits out this error-
>
> * Parser failed with error The tag type 'asp:HtmlInputHidden' has not been
> registered. CodeBehind members for this file will not be added.*
>
> However, when I try other controls, like <asp:Button>, <asp:Calender> etc.,
> it works fine and displays the required output.  What could be the reason
> for this error?
> --
> Ishbir Singh
>



-- 
--
Ishbir Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20110403/665d1fca/attachment.html 


More information about the Mono-aspnet-list mailing list