I'm not sure where I would put this, but this error is part of a software application I am making.
I get the following error when I start this application (which is meant to pull data and allow the user to add or delete data too).
Server was unable to process request. ---> Column 'SelectExpressi on' does not belong to table Table.
(soap exception was unhandled)
How do I fix an error like this? I've been reading books and running in and out of code to find errors, but everything checks out.
thanks.
I get the following error when I start this application (which is meant to pull data and allow the user to add or delete data too).
Server was unable to process request. ---> Column 'SelectExpressi on' does not belong to table Table.
(soap exception was unhandled)
How do I fix an error like this? I've been reading books and running in and out of code to find errors, but everything checks out.
thanks.
Comment