chobo2
chobo2

Reputation: 85765

Nuget pack won't install

I am having problems install some Elmah packages in my project(if I make a new solution these packages work)

Attempting to resolve dependency 'elmah (= 1.2.0.1)'.
Attempting to resolve dependency 'elmah.corelibrary (= 1.2)'.
Successfully installed 'elmah.corelibrary 1.2.1'.
Successfully installed 'elmah 1.2.0.1'.
Successfully installed 'Elmah.MVC 1.3.2'.
Successfully added 'elmah.corelibrary 1.2.1' to WebUIProject.
Data at the root level is invalid. Line 1, position 1.
Successfully uninstalled 'elmah 1.2.0.1'.
Successfully uninstalled 'elmah.corelibrary 1.2.1'.
Install failed. Rolling back...
Data at the root level is invalid. Line 1, position 1.

anyone seen this before? I have version 1.6 for nuget.

Upvotes: 1

Views: 1148

Answers (1)

Jakub Konecki
Jakub Konecki

Reputation: 46008

Check your web.config file for any anomalies. This exception means that there was problem reading XML file.

Upvotes: 1

Related Questions