After googling for a long time I have found the solution.
Putting it here for future reference of other users.
This post here has a solution by Adam - he called it a terrible hack and I agree but it works.
All i did was copy nlog.dll to the .NET framework library and the problem was solved when I ran the command.
Explanation -
the element point to the intefrace NLog.Config.ConfigSectionHandler in nlog.dll as follows:
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog"/>
For god knows why, when the element is encrypted - the aspnet_regiis searches for this dll and when it doesnt find it - it fails.
Just copy it to c:\Windows\Microsoft.NET\Framework\vXXXX