Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NLog.config intellisense not working

I get the following error:

The global element 'http://www.nlog-project.org/schemas/NLog.xsd:nlog' has already been declared.

And a lot of the following errors with different types:

The complexType 'http://www.nlog-project.org/schemas/NLog.xsd:NLogConfiguration' has already been declared.

The simpleType 'http://www.nlog-project.org/schemas/NLog.xsd:NLogLevel' has already been declared.

I have the following nuget packages installed:

  • NLog
  • NLog Configuration
  • NLog Schema for Intellisense(TM)
like image 596
david.s Avatar asked Feb 07 '13 10:02

david.s


1 Answers

After checking in menu XML > Schemas I realized I had more references to the same schema, so I disabled one of them and this solved the problem.

enter image description here

like image 58
david.s Avatar answered Sep 23 '22 00:09

david.s