\documentclass{report}
\usepackage{datatool}
\usepackage{glossaries}
\makeglossaries
\begin{document}
\chapter{Hello}
\section{First Section}
Hello World
\newglossaryentry{electrolyte}{name=electrolyte,
description={solution able to conduct electric current}}
\printglossaries
\end{document}
For the following example it will generate the following error

I suspect that the package didn't install properly, but I could not find anywhere in TexNicCenter to reinstall package. Anyone know how I can fix this problem?
UPDATE 1
I found where I could uninstall the package. The problem wasn't with the install of the package though. I still need help to fix this problem!
UPDATE 2
It compiles now, but the glossary page is not generated. Anyone that could help with it?

datatool? By googling datatool-base.sty, it seems to be related to this package... – Lionel MANSUY Dec 18 '12 at 12:24datatool. If you‘d say, what TeX distribution you’ve installed, we could give more help. – Speravir Dec 18 '12 at 21:50datatoolpackage now. And it compiles however I don't get any new page with the glossaries that I add. I updated my example with the changes to the document – starcorn Dec 19 '12 at 0:39makeglossaries, and then re-compile using (pdf)latex. From theglossariesreadme: "The package uses an indexing program to provide the actual glossary; eithermakeindexorxindymay serve this purpose, and a Perl script is provided to serve as interface." See section 1.3 Generating the Associated Glossary Files of theglossariesdocumentation. – Werner Dec 19 '12 at 0:53