I am using the following code, but the bibliography is not printing. I checked all possible solutions like 1, 2 and many more. But I my problem did not get solved.
\documentclass{amsart}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{hyperref}
\usepackage{biblatex}
\bibliography{Myref_bib}
\title{Temp}
\author{Author}
\begin{document}
\maketitle
\section{Hello}
hello hello hello hello \cite{Abr70}
\section{ref not prinitng}
\cite{AbWe02},\cite{Ada56}
\printbibliography
\end{document}
Edit
After compling with biber, I am getting the following:
INFO - This is Biber 2.14
INFO - Logfile is 'temp.tex.blg'
ERROR - Cannot find 'temp.tex.bcf'!
INFO - ERRORS: 1
biber: major issue: User/administrator updates are out-of-sync.
Can anyone please help me regrading this? I am using MikTeX and TeXStudio.

biber? – leandriis Jun 11 '20 at 09:19biber. – XYZABC Jun 11 '20 at 09:24\bibliographywith\addbibresource. – leandriis Jun 11 '20 at 09:42ERROR - Cannot find 'temp.tex.bcf'!– XYZABC Jun 11 '20 at 09:48biber temp.tex. I triedbiber tempand get the output. Thanks! – XYZABC Jun 11 '20 at 10:04