-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Comments
I'm using VS2013 and solved updating nuget package manager to last version |
This issue looks at bit like : |
Looks like it is the issue, we just wait for the new nuget version? |
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. |
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? |
This library does not have a dependency on MVC. Can you please share your project or provide more details? |
Any update? |
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. |
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?
The text was updated successfully, but these errors were encountered: