Unexpected error has occurred during the library compilation process:
The assembly compilation returned the following errors from ‘Main.xaml’:
- (1925) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (1929) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (1935) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (1939) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (350) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (350) : error BC31143: Method ‘Public Function ValueType___Expr30Get() As System.Data.DataTable3’ does not have a signature compatible with delegate ‘Delegate Function Func(Of System.Data.DataTable3)() As System.Data.DataTable3’.
- (350) : error BC31143: Method ‘Public Sub ValueType___Expr30Set(value As System.Data.DataTable3)’ does not have a signature compatible with delegate ‘Delegate Sub Action(Of System.Data.DataTable3)(obj As System.Data.DataTable3)’.
- (657) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (657) : error BC31143: Method ‘Public Function ValueType___Expr30Get() As System.Data.DataTable3’ does not have a signature compatible with delegate ‘Delegate Function Func(Of System.Data.DataTable3)() As System.Data.DataTable3’.
- (657) : error BC31143: Method ‘Public Sub ValueType___Expr30Set(value As System.Data.DataTable3)’ does not have a signature compatible with delegate ‘Delegate Sub Action(Of System.Data.DataTable3)(obj As System.Data.DataTable3)’.
- (967) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
- (1920) : error BC30560: ‘DataTable3’ is ambiguous in the namespace ‘System.Data’.
I keep getting these types of errors when I try to debug my current workflow. I have had this issue before and was able to delete some things within the json that fixed it but that is not working this time. Is there a way to prevent this from occurring? Every time I try to debug that number increases by 1.
