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

CSparse does not install correctly with VS Community 2017 #42

Closed
Pipeliner opened this issue May 26, 2020 · 2 comments
Closed

CSparse does not install correctly with VS Community 2017 #42

Pipeliner opened this issue May 26, 2020 · 2 comments
Labels

Comments

@Pipeliner
Copy link

Pipeliner commented May 26, 2020

Describe the bug
I tried to follow https://bfenet.readthedocs.io/en/latest/gettingstarted/index.html.
The BriefFiniteElementNet.Common projects does not build due to a broken reference to CSparse.

Expected behavior
CSparse reference works correctly after adding the two mentioned .csproj files in a new solution.

Workaround
Deleting the broken CSparse reference and manually adding a new one to packages/CSparse.3.4.2/lib/net40/CSparse.dll helps.

-      <HintPath>..\packages\CSparse.3.4.2\lib\net40\CSparse.dll</HintPath>
+      <HintPath>..\..\packages\CSparse.3.4.2\lib\net40\CSparse.dll</HintPath>
`
@Pipeliner Pipeliner added the bug label May 26, 2020
@Pipeliner Pipeliner changed the title Mention CSparse installation in "Getting Started" guide CSparse does not install correctly with VS Community 2017 May 26, 2020
@thaletob
Copy link
Contributor

I had the same problem, it works now correcty after adding the latest .csproj-file of CSparse to the VS project.

@epsi1on
Copy link
Member

epsi1on commented May 28, 2020

Hi,
Thanks for reporting this issue, Compiling is done without problem with VS2019 Community Edition, I have no vs2017 on my side to check, but seems there is problem with nuget packages in VS2017 as reported on this issue.
I also added hyperlink to this issue on documentation in readthedocs changes will be applied soon.

@epsi1on epsi1on closed this as completed Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants