Saludos cordiales,
Me ha estado apareciendo una ventana cada vez que inicio mi aplicación, pero no tengo idea de cual sea el problema, me da la opción de continuar y al darle click inicia la aplicación y puedo trabajar con ella, adjunto lo que contiene dicha ventana:
System.Data.ConstraintException: No se pudieron habilitar las restricciones. Una o varias filas contienen valores que infringen las restricciones NON-NULL, UNIQUE o FOREIGN-KEY.
en System.Data.DataSet.EnableConstraints()
en System.Data.DataSet.set_EnforceConstraints(Boolean value)
en System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
en System.Data.Common.DbDataAdapter.FillInternal(Data Set dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
en System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
en System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
en WindowsApplication1.CREAR_RUTASTableAdapters.CI_CR EARUTASTableAdapter.Fill(CI_CREARUTASDataTable dataTable) en D:\root\CREAR_RUTAS.Designer.vb:línea 3047
en WindowsApplication1.Form15.Form15_Load(Object sender, EventArgs e) en D:\root\Form15.vb:línea 190
en System.EventHandler.Invoke(Object sender, EventArgs e)
en System.Windows.Forms.Form.OnLoad(EventArgs e)
en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
en System.Windows.Forms.Control.CreateControl()
en System.Windows.Forms.Control.WmShowWindow(Message& m)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
¿Alguien sabe como puedo eliminar este aviso ó mensaje de rror ó lo que sea que es?
De antemano agradezco el apoyo.