alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

Get Error When trying to install from nuget #6

Closed chobo2 closed 12 years ago

chobo2 commented 12 years ago

Hi

I get this error when I try to install from nuget

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.

alexbeletsky commented 12 years ago

Thanks a lot for reporting this. Will check.

chobo2 commented 12 years ago

Hmm. Maybe it is just my project. I made a new project and I can download it. I also am having downloading other Elmah packages(all but the no config one). Very weird.

alexbeletsky commented 12 years ago

Just tried to reproduce that. It works fine on brand new MVC application, could not reproduce that.

If it's possible to send the project you are getting error with?

chobo2 commented 12 years ago

Sorry can't send you that project. I got it to work now. I don't know what was wrong but after deleting the the web.config and getting it back from SVN, I had no problem installing.

alexbeletsky commented 12 years ago

Ok, I'm closing that