Bonjour,
Je souhaite réaliser un user contrôle avec une propriété de type Color (System.Drawing.Color). La complétion apparaît sur mon ascx, sauf que j'ai un warning :
En faite, il y un problème de conversion de la chaîne de caractère saisi en Color.Warning 1 Generation of designer file failed: Cannot create an object of type 'System.Drawing.Color' from its string representation 'ActiveBorder' for the 'SelectedItemColor' property. C:\Chemin\MonControle.ascx 38 0 Dppr.UI.Web
Quelqu'un aurait une solution ?
Partager