Skip to content

Missing assembly reference ? #383

@UlfLennart

Description

@UlfLennart

Your environment

  • Version used: (master branch)
  • Platform used: C#
  • Rendering engine used: SKIA
  • Browser Name and Version:
  • Operating System and version (Win 10 desktop):
  • Link to your project:

Expected Results

Compile without errors

Observed Results

Steps to Reproduce (for bugs)

  1. I am using latest 1.1.0 alphatab> src.csharp AlphaTab.sln project and AlphaTab.Samples.Wpf.csproj as startup project.
  2. Compiling in x86 gives a lot of reference errors like
    Error CS0246 The type or namespace name 'MusicFontSymbol' could not be found (are you missing a using directive or an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\GdiCanvas.cs 397 Active
    Error CS0246 The type or namespace name 'MusicFontSymbol' could not be found (are you missing a using directive or an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\GdiCanvas.cs 415 Active
    Error CS0234 The type or namespace name 'Synth' does not exist in the namespace 'AlphaTab' (are you missing an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\ManagedThreadAlphaSynthWorkerApi.cs 4 Active
    ...
    ...
  3. Using Microsoft Visual Studio Community 2019 Version 16.6.4
  4. What to do

Possible Solution

Metadata

Metadata

Assignees

Labels

area-renderingEverything related to the renderingplatform-netRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions