-
Notifications
You must be signed in to change notification settings - Fork 261
Missing assembly reference ? #383
Copy link
Copy link
Closed
Labels
area-renderingEverything related to the renderingEverything related to the renderingplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Milestone
Metadata
Metadata
Assignees
Labels
area-renderingEverything related to the renderingEverything related to the renderingplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Your environment
Expected Results
Compile without errors
Observed Results
Steps to Reproduce (for bugs)
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
...
...
Possible Solution