Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install using nuget in Asp.Net 4.0 Web Pages project #20

Closed
jesusmogollon opened this issue May 30, 2016 · 8 comments
Closed

Can't install using nuget in Asp.Net 4.0 Web Pages project #20

jesusmogollon opened this issue May 30, 2016 · 8 comments

Comments

@jesusmogollon
Copy link

Thanks for keeping this project alive.

I'm using visual studio 2010, my project is in Asp.Net Web Pages .Net 4.0
When using Nuget 2.8.60318.667 to install the package, Iget the following error:

'System.Linq.Dynamic.Core' already has a dependency defined for 'System.Collections.Concurrent'.

I tried to install the package NetLegacySupport.ConcurrentDictionary 1.1.0 and did it again but got the same error.

Any clues?

@jesusmogollon jesusmogollon changed the title Can't install using nuget in Asp.Net 4.0 WebPages proyect Can't install using nuget in Asp.Net 4.0 Web Pages proyectj May 30, 2016
@jesusmogollon jesusmogollon changed the title Can't install using nuget in Asp.Net 4.0 Web Pages proyectj Can't install using nuget in Asp.Net 4.0 Web Pages project May 30, 2016
@Vlandmist
Copy link

I'm using VS2013 and solved updating nuget package manager to last version

@StefH
Copy link
Collaborator

StefH commented May 30, 2016

This issue looks at bit like :
NuGet/Home#2825

@jesusmogollon
Copy link
Author

Looks like it is the issue, we just wait for the new nuget version?

@StefH
Copy link
Collaborator

StefH commented May 30, 2016

As a workaround you can just download the nuget package from nuget.org and extract the library (dll) which you need for your framework.

Or upgrade VS to the latest 2015 is thats possible.

@jesusmogollon
Copy link
Author

I have upgraded to visual studio 2013 and I can install it and build, but my project is not MVC and is 4.0 when I try to execute the page it raises a load exception when I look at it it is asking to load the System.Web.MVC 1.0.0, if I uninstall the dynamic library the project runs fine.

This library works only on MVC?

@StefH
Copy link
Collaborator

StefH commented Jun 8, 2016

This library does not have a dependency on MVC.

Can you please share your project or provide more details?

@StefH
Copy link
Collaborator

StefH commented Jun 27, 2016

Any update?

@jesusmogollon
Copy link
Author

Sorry for the late response.

I ended up not using this library, it keep asking for the MVC reference, I figured it must be something related to nuget and the framework 4.0

I was using visual studio 2013.

@StefH StefH closed this as completed Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants