Visual Basic.NET - Error con Controles de Usuario

 
Vista:

Error con Controles de Usuario

Publicado por Jose (1 intervención) el 19/12/2006 20:30:23
Hola, que tal. Estoy creando un control <NumericTextBox>, y me compila bien pero al jalarlo en un proyecto me sale el sgte. error:

Failed to create component 'NumericTextBox'. The error message follows:
'System.FormatException: Input string was not in a correct format.

at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object
component, Object value)
at
System.Windows.Forms.Design.ControlDesigner.InitializeNewComponent(IDictionary
defaultValues)
at
System.Windows.Forms.Design.TextBoxBaseDesigner.InitializeNewComponent(IDictionary
defaultValues)
at System.Drawing.Design.ToolboxItem.CreateComponentsCore(IDesignerHost
host, IDictionary defaultValues)
at System.Drawing.Design.ToolboxItem.CreateComponents(IDesignerHost host,
IDictionary defaultValues)
at
Microsoft.VisualStudio.Design.Toolbox.AutoToolboxManagerService.ToolboxManagerToolboxItem.CreateComponentsCore(IDesignerHost
host, IDictionary defaultValues)
at System.Drawing.Design.ToolboxItem.CreateComponents(IDesignerHost host,
IDictionary defaultValues)
at System.Windows.Forms.Design.OleDragDropHandler.CreateTool(ToolboxItem
tool, Control parent, Int32 x, Int32 y, Int32 width, Int32 height, Boolean
hasLocation, Bool...'

Creo yo que la primera linea es el problema, pero les dejo todo capas le encuentren algo. De tener la solucion les agradeceria la publicaran. Gracias de antemano.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder