Pre loader

Downloaded samples won't compile due to dependencies locations

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

I downloaded your SciChart trial version. The download placed all you assemblies into:

C:\Program Files (x86)\SciChart\SciChart SDK\Lib\net452

and duplicated the assemblies into:

C:\Program Files (x86)\SciChart\SciChart SDK\Lib\netcoreapp3.0.

Then I download the SciChart examples from GitHub directly into Visual Studio and it created a repository at

C:\Users\Dell\source\repos\SciChart.Wpf.Examples\Examples

Then I tried to compile but the dependencies were not resolved in the project SciChart.Exmaples.ExternalDependencies. I get yellow warning signs next to all your SciChart assemblies (e.g. SciChart.DirectX). Please advise.

Version
latest downloaded 12/9/2020
  • You must to post comments
0
0

I followed all the steps mentioned above, but am still not able to compile the examples. It is really frustrating. Earlier, it was called as DLL Hell. Now, it looks like Nuget Hell.

There are 442 compiler errors.

The very first one of them is
Severity Code Description Project File Line Suppression State
Error NU1102 Unable to find package SciChart.DirectX with version (>= 6.4.0.13681-beta)

Kindly help me resolve this.

  • You must to post comments
0
0

The error “too many code terms” is found in method CreateIndexForCode() in file CreateInvertedIndex.cs. The ZIP file I downloaded from your web site is SciChart.Wpf.Examples-SciChart_v6_Release.zip , size 27,395,877 bytes. I tried to upload a screenshot of the exception, , a .GIF file of size 64,K but your web site gave me the error: “Forbidden”

  • You must to post comments
0
0

Hi Richard

The Github project at https://github.com/abtsoftware/scichart.wpf.examples pulls its packages (SciChart, SciChart3D and SciChart.ExternalDependencies) from NuGet.

There’s a quick setup guide in the Readme.md, which says this:

Note: NuGet feed setup
To build, you will need to set the correct NuGet feeds for SciChart WPF v6.x NuGet Feed setup instructions are found at the page
Getting Nightly Builds with NuGet

What you’ll need to do is to add a Nuget package feed as follows:

enter image description here

Set Name = “SciChart Nightly Build Feed”
Source: = “https://www.myget.org/F/abtsoftware-bleeding-edge/api/v3/index.json”

Once you’ve done that, restore NuGet packages and build again, you should be good to go.

Let me know if this helps!

Best regards,
Andrew

  • You must to post comments
0
0

The error “too many code terms” is found in method CreateIndexForCode() in file CreateInvertedIndex.cs. I have attached the .ZIP file that I downloaded. Simply run SciChart.Examples.Demo, wait five seconds, and the exception appears. I also attached screenshot.png which shows the exception.

  • You must to post comments
0
0

I was able to build succesfully, but then ran into another problem. When I ran the sample Demo (not the tests), after a few seconds I got an unhandled exception reported by Visual Studio: “Too many code terms for example: Using PointMarkers”.

When I ran the tests I got the same result except that there was no breakpoint in Visual Studio, just a message in a red bar at the top of the form (apparently this comes from the Nunit test logic.

  • Andrew Burnett-Thompson
    I have no idea about that one I’m afraid. I googled ‘Visual Studio too many code terms…” but found no results. We run the tests shipped with the examples during the build process, and the build is all green (they are UIAutomation smoke tests checking the application + example starts up, exported sample compiles, no more)
  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies