I'll look into that. I just managed to get the <compilation> element working (not sure why I had a problem the first time) and I have a similar error on deployment:
Server Error in '/' Application.
--------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The base class includes the field 'eventListing', but its type (Registration_EventListing
Source Error:
Line 4:
Line 5: <asp:Content ID='Content1' ContentPlaceHolderID="Cont
Line 6: <em:EventListing RegistrationPageUrl='/Even
Line 7: </asp:Content>
Source File: /eventlisting.aspx Line: 6
--------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
__________________________
I'll take your suggestion and look through the config real close.
Main Topics
Browse All Topics





by: x_comPosted on 2009-10-22 at 20:03:21ID: 25641081
Hi needspace,
It seem like missing reference registration in web.config. Do you compare throughly the required setup reference in config. file for this custom control - <em:EventListing>? Double check again the file and post here if you need any further inspection.