I am quite new to latex and I would like to ask you for help with my bibliography. I am using XelateX on TeXworks in Texmaker. I am writing my thesis based on a template for my university. It is said I need to use biber. The preamble says this:
% Bibliography (references)
\usepackage[backend=biber,
style=numeric,
%backref=true,
abbreviate=true,
dateabbrev=false,
alldates=long]{biblatex}
I have downloaded it but can't figure how to compile my file with biber. And I am getting the following message in my Texworks: 
I did apply the steps from the previous topic:Biblatex with Biber: Configuring my editor to avoid undefined citations but it did not resolve my problem. The warnings I get are the same and I get no bibliography.
What should I do to make it work? I appreciate your help. Cheers KK
Edit 1: I compiled my .tex file with XeLateX, then Biber and get the following information: Process started
INFO - This is Biber 2.1 INFO - Logfile is 'Thesis.blg' INFO - Reading 'Thesis.bcf' INFO - Found 1 citekeys in bib section 0 INFO - Processing section 0 INFO - Looking for bibtex format file 'bibliography/Bibliography.bib' for section 0 INFO - Decoding LaTeX character macros into UTF-8 INFO - Found BibTeX data source 'bibliography/Bibliography.bib' WARN - Entry ASPS does not parse correctly ERROR - BibTeX subsystem: C:\Users\uqkkepa\AppData\Local\Temp\lU5ArF2aqU\Bibliography.bib_5208.utf8, line 1, syntax error: found "2011", expected "," INFO - WARNINGS: 1 INFO - ERRORS: 1
Process exited with error(s)
ASPS. Probably a missing comma or mismatching curly brackets or... something else. If you can't find the problem, post the entry but it is usually relatively straightforward once you have the entry key and line number from the error message. – cfr Jul 10 '15 at 01:49