|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Qualifier problemHi,
I am using NEO 1.4.1
compiled for .Net 2.
I am building a
Qualifier and Qualifier.Format gives me this exception:
[NEO] Invalid right
hand side for comparison; found commendation (position 26 in "CommentType =
Commendation and Category = {0}")
What does "Invalid
right hand side for comparison" mean?
Dennis
|
|
|
RE: Qualifier problemHi Dennis,
It would probably help if you could post your code
that causes this error.
Cheers
Pieter
From: Dennis Sacks [mailto:dennis.sacks@...] Sent: Wednesday, 21 June 2006 7:42 a.m. To: user@... Subject: [neo-user] Qualifier problem Hi,
I am using NEO 1.4.1
compiled for .Net 2.
I am building a
Qualifier and Qualifier.Format gives me this exception:
[NEO] Invalid right
hand side for comparison; found commendation (position 26 in "CommentType =
Commendation and Category = {0}")
What does "Invalid
right hand side for comparison" mean?
Dennis
|
|
|
Re: Qualifier problemI admit the message could be better. It tries to tell you that
somethings wrong with the 'stuff' right of the equals sign. In this case I'm quite sure you want the following: (note the single quotes around the literal string) "CommentType = 'Commendation' and Category = {0}" Hope this helps erik Dennis Sacks wrote: > Hi, > > I am using NEO 1.4.1 compiled for .Net 2. > > I am building a Qualifier and Qualifier.Format gives me this exception: > > [NEO] Invalid right hand side for comparison; found commendation > (position 26 in "CommentType = Commendation and Category = {0}") > > What does "Invalid right hand side for comparison" mean? > > Dennis --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |