Skip to content

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

Closed
westdavidr opened this issue May 17, 2016 · 9 comments
Closed

The dependency JSPool >= 0.4.1 could not be resolved. #269

westdavidr opened this issue May 17, 2016 · 9 comments

Comments

@westdavidr
Copy link

I just started getting this error today. I'm not sure how to proceed.

@JesperTreetop
Copy link

I'm getting this too while using a (full) .NET Framework with this declaration in project.json: "frameworks": { "net452": { "imports": [ "dnx451" ] } }

@Daniel15
Copy link
Member

What version of ASP.NET 5 are you using? I've only tested with RC1. I know
RC2 came out recently, perhaps it has some breaking changes.

Sent from my phone.
On May 18, 2016 11:08 PM, "JesperTreetop" [email protected] wrote:

I'm getting this too while using a (full) .NET Framework with this
declaration in project.json: "frameworks": { "net452": { "imports": [
"dnx451" ] } }


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#269 (comment)

@JesperTreetop
Copy link

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.

@Daniel15
Copy link
Member

Try cloning the ReactJS.NET repo, upgrading all dependencies from RC1 to
RC2, and see if that helps.

Sent from my phone.
On May 18, 2016 11:12 PM, "JesperTreetop" [email protected] wrote:

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.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#269 (comment)

@ShikiGami
Copy link
Contributor

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.

@ShikiGami
Copy link
Contributor

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

@ghost
Copy link

ghost commented May 23, 2016

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.

@Daniel15
Copy link
Member

@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?

@Daniel15
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants