-
Notifications
You must be signed in to change notification settings - Fork 926
The dependency JSPool >= 0.4.1 could not be resolved. #269
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
Comments
I'm getting this too while using a (full) .NET Framework with this declaration in project.json: |
What version of ASP.NET 5 are you using? I've only tested with RC1. I know Sent from my phone. I'm getting this too while using a (full) .NET Framework with this — |
I'm using RC2. Looking at this and trying to isolate anything strange, I think it may be that JSPool's NuGet package uses the Client profile of .NET 4.0. |
Try cloning the ReactJS.NET repo, upgrading all dependencies from RC1 to Sent from my phone.
|
I've been trying all day to make ReactJs work in RC2, but there is a big problem with dependencies not being found. I got it to compile, but then it doesn't find the namespaces at runtime. |
The JSPool Error happens, because now in RC2 it is trying to resolve an already resolved dependency in React.AspNet. To make it work, simply delete the JSPool dependency line from .\src\wrap\React.Core\project.json |
Has this been resolved in Nuget? I can not clone the project I can only pull it through nuget due to proxy/firewall - this is an MVC 4 project and the JSPool dependency is preventing install. |
@frankbaum - I've only seen this issue for ASP.NET 5 (MVC 6) projects, not MVC 4. What is the exact error message you're seeing? |
I haven't seen any reports of this in a while, so I suspect there was some bug in NuGet. Please let me know if you still encounter it. |
I just started getting this error today. I'm not sure how to proceed.
The text was updated successfully, but these errors were encountered: