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

Ishbir Singh ishbir at gmail.com
Sun Apr 3 05:47:50 EDT 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20110403/d218d375/attachment.html 


More information about the Mono-aspnet-list mailing list