ReportDr00
IS-IT--Management
Hello
I am getting below when access list of providers on my web app, i really appreciate if any one can assist in troubleshooting this.
Server Error in '/testsystem' Application.
--------------------------------------------------------------------------------
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Source Error:
Line 4828: End If
Line 4829: Dim dataTable As testsystem.providersDataTable = New testsystem.providersDataTable
Line 4830: Me.Adapter.Fill(dataTable)
Line 4831: Return dataTable
Line 4832: End Function
I am getting below when access list of providers on my web app, i really appreciate if any one can assist in troubleshooting this.
Server Error in '/testsystem' Application.
--------------------------------------------------------------------------------
Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Source Error:
Line 4828: End If
Line 4829: Dim dataTable As testsystem.providersDataTable = New testsystem.providersDataTable
Line 4830: Me.Adapter.Fill(dataTable)
Line 4831: Return dataTable
Line 4832: End Function