简体   繁体   中英

Install nlog into visual studio 2012

I'm writing code in the C# WinForms desktop application. I have an issue in some places of my form then I don't know which place does work which is not working at that time nlog can help us to trace the process of application. But I can't configure it in my visual studio 2012 from nuget . Nuget itself dosn't work asking always updating it like this 在此输入图像描述

please give me advices how to install nlog into visual studio 2012 . If yes withou using nuget

configure repository of nuget at first put it in correct way like this 在此输入图像描述

then try to do update it

Download the NUPKG file by clicking the download link.

It's a zip file. You can unzip the package in a folder and reference nlog.dll to your project.

Configure nlog using xml file or by code by reading the help

Nuget tool do these tasks automatically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM