Hi all,
I have a problem with linq in a webservice.
While executing a simple query like:
var result = from customer in dbConn.Customer s
select customer;
I get this error message: "Cannot use wildcards at the top level of a
schema".
I have no idea why. This is the only thing my web method contains for
the moment.
Does anyone knows about this?
Thanks in advance
Marre
I have a problem with linq in a webservice.
While executing a simple query like:
var result = from customer in dbConn.Customer s
select customer;
I get this error message: "Cannot use wildcards at the top level of a
schema".
I have no idea why. This is the only thing my web method contains for
the moment.
Does anyone knows about this?
Thanks in advance
Marre
Comment