J
Joe
I'm adding a row to a table. The table has some columns with expressions.
When I add the row I get an error:
Additional information: Cannot perform '-' operation on System.String and
System.String.
Now the catch is I ONLY get this error when I call my server via remoting.
If I call the same server locally (including a reference to the server)
everything is fine.
Is there a way to suspend the expressions on the columns until after the row
is added.
I did check to make sure the columns being referenced in the expression have
values and they do.
I'm at a loss here...
When I add the row I get an error:
Additional information: Cannot perform '-' operation on System.String and
System.String.
Now the catch is I ONLY get this error when I call my server via remoting.
If I call the same server locally (including a reference to the server)
everything is fine.
Is there a way to suspend the expressions on the columns until after the row
is added.
I did check to make sure the columns being referenced in the expression have
values and they do.
I'm at a loss here...