Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Compiled Web Site deployment errors View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
slycknick - 8/7/2009 6:00:52 AM
   
Compiled Web Site deployment errors
When I deploy a compiled web site to my server all works fine however some of the tabs in the CMS desk produce an error and cannot be accessed. See Below.

Any ideas?

Nick

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 'usrOwner', but its type (CMSFormControls_selectuser) is not compatible with the type of control (ASP.cmsformcontrols_selectuser_ascx).

Source Error:


Line 117: <td>
Line 118: <asp:Label ID="lblOwner" runat="server" EnableViewState="false" />
Line 119: <cms:selectuser ID="usrOwner" runat="server" Visible="false" />
Line 120: </td>
Line 121: </tr>

Source File: /CMSDesk/Content/Properties/general.aspx Line: 119


User avatar
Kentico Support
Kentico Support
kentico_jurajo - 8/7/2009 8:05:34 AM
   
RE:Compiled Web Site deployment errors
Hi,

Unfortunately this is a bug in current version. It was also discussed in other forum threads and it is listed in the Bugtracker.

I assume that you have left the web site to be updatable when pre-compiling the project. This is not recommended in the documentation as well.

I am sorry for this inconvenience. It should be fixed in the upcoming version.

Best Regards,
Juraj Ondrus