A syntax error occurs when a program does not follow the syntactical rules of the programming language.

learn more… | top users | synonyms

1
vote
0answers
132 views

OpenCV in Java, why can't I use Mat.CvType.CV_8UC1?

If I try to write that code Mat.CvType.CV_8UC1 I get the error CvType cannot be resolved or is not a field. What am I missing? I think I've added the correct library and DLL in the project ...
1
vote
0answers
95 views

How to access jquery object in ajax call success - Uncaught Error: SYNTAX_ERR: DOM Exception 12

I am trying to access the elements within the xml response object, but I'm getting Uncaught Error: SYNTAX_ERR: DOM Exception 12 Here's the xml: <ASIInventory request="01/28/2013 08:01" ...
1
vote
0answers
48 views

MySQL server version for the right syntax group by datetime

I have been trying to solve the issue to group by datetime for sometimes but I still can't resolve it. Please give some advice on what wrong with my syntax? Sytnax error message i get:- You have an ...
1
vote
0answers
129 views

Netbeans 7.2: disable the syntax error window?

Is there a way to disable the syntax error window (yellow pop-up) in 7.2? Searched for this everywhere, but didn't find a definitive answer. I don't think it is possible, but thought I'd ask. ...
1
vote
0answers
64 views

How to fix “Error in Feedburner Error on line 10: The element type ”META“ with closing Tag”"

Feed keeps appearing and disappearing, when the feed disappears it shows this message : "The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 10: ...
1
vote
0answers
57 views

syntax error, unexpected $end in /pathToFile on line number 3170

The above error appears whenever I uploaded my files to server, but I locally I don't see any errors. I even replaced all the codes to upload the files again, but I am getting the same error. if( ...
1
vote
0answers
3k views

(Solved) SyntaxError: no viable alternative at input 'return' — jython

I've coded python for a long time, but just recently I've decided to mess around with jython a bit. I notice that jython does not re-implement urlparse.parse_qs so I implemented my own version, if ...
1
vote
0answers
1k views

nlme error “Invalid formula for groups” although random effect specified

I have done some searching for this, but the mailing list posts I have found are associated with the person not specifying a random effect in nlme whereas I have done this. I also own the book Mixed ...
1
vote
0answers
142 views

Error with ContentValues in Android (Eclipse IDE)

I'm trying to make a ContentValues in Android with the Eclipse IDE. This is my code: ContentValues cv = new ContentValues(); cv.put("name", "Cs Tech"); Eclipse returns this error in the second ...
1
vote
0answers
164 views

How to resolve WPF Visual Studio 2008 message “this member is defined more than once”

In a code behind file in a WPF project the variables representing controls defined in XAML (e.g. closeButton) display red squiggly lines underneath with a tooltip message indicating "this member is ...
0
votes
0answers
10 views

Syntax error, missing symbol in Basic

Hi every time I try to run the following program: L=-1 WHILE L OPEN "tty.usbserial-FTG7QLFS:300,N,8,1,CS0,DS" AS#1 J=63 MENU: PRINT PRINT PRINT PRINT ...
0
votes
0answers
36 views

About select case Syntax

I have a problem with the syntax of this select case trying to case 2 conditions at the same time. this works: Select Case Number_Variable Case 1 or 2 or 3 MsgBox("You've selected: 1 or 2 ...
0
votes
0answers
11 views

how to fix this setup script

I'm trying to install the 64bit version of setuptools from https://pypi.python.org/pypi/setuptools The site says 64-bit versions of Python Download ez_setup.py and run it; it will download the ...
0
votes
0answers
40 views

How to get my phone's location and send it via sms?

I have a broadcast receiver which fire up on incoming sms and starts a service.The service then tries to get the location of the phone and send it via sms to number from which the message can from but ...
0
votes
0answers
25 views

Must declare the scalar variable “@fname”. Error asp.net

I am getting the Scalar variable error when I am trying to select parameters in the Click Event. I am not sure if I am doing this the right way. Can somebody look at my code and explain me the issue? ...

1 2 3 4 5 14
15 30 50 per page