Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/01/2011, 09:37
usuario1135
 
Fecha de Ingreso: enero-2011
Mensajes: 4
Antigüedad: 13 años, 3 meses
Puntos: 0
Error AxHost en componente COM

Hola a todos!!

Tengo un problema al añadir un componente COM a un formulario.

El Visual Studio me da el siguiente error:

"Error al crear el componente 'AxHost'.
El mensaje de error es el siguiente:
'System.AccessViolationException: Intento de leer o escribir en la memoria protegida. A menudo, esto indica que hay otra memoria dañada.
en System.Windows.Forms.Design.DocumentDesigner.AxToo lboxItem.CreateComponentsCore(IDesignerHost host)
en
System.Drawing.Design.ToolboxItem.CreateComponents Core(IDesignerHost host, IDictionary defaultValues)
en
System.Drawing.Design.ToolboxItem.CreateComponents (IDesignerHost host, IDictionary defaultValues)
en
System.Windows.Forms.Design.OleDragDropHandler.Cre ateTool(ToolboxItem tool, Control parent, Int32 x, Int32 width, Int32 height, Boolean hasLocation, Boolean hasSize, ToolboxSnapDragDropEventArgs e)'

---------------------------------------------
Uso VisualStudio 2008, Vb.net
.NET Framework 3.5
Windows 7 32bits

¿Alguien tiene idea de por que puede suceder esto?

Muchas gracias por la ayuda