Bonjour a tous,
j'ai projet de type site web app sous visual studio, j’étais obligé de le convertir en web app pour avoir des enivrements de compilation personnalisés .
l’exécution de site web sa marche parfaitement, mais quand j’exécute le projet web app j'ai le message d'erreur
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 'btnCancel', but its type (xxxxx) is not compatible with the type of control (System.Web.UI.WebControls.Button).

Source Error:


Line 1506: MultipleFilesUpload="false" MaxFilesLimit="1">
Line 1507:</CuteWebUI:UploadAttachments>
Line 1508:<div id="Div1" style="text-align:center;" runat="server"><asp:Button ID="btnCancel" runat="server" Text="Fermer" style="position:absolute;bottom:0px;" /></div>


merci pour votre aide