BerndK / SvgToXaml

Smart Tool to view svg-files and convert them to xaml for use in .NET
Other
886 stars 164 forks source link

Cannot build solution #17

Closed link1375 closed 4 years ago

link1375 commented 4 years ago

I downloaded the .zip and opened the solution in VS 2019. The solution explorer tells me that SvgToXaml was unloaded. If I build the solution I get two errors: 1) 'GlyphRun' does not contain a definition for 'PixelsPerDip' (ConverterLogic.cs line 508) 2) Metadata file ...\SvgToXaml-master\SvgConverter\bin\Debug\SvgConverter.dll' could not be found

silviubogan commented 4 years ago

In case it helps, I solved the error (1) by installing .NET Framework 4.6.2.

silviubogan commented 4 years ago

Now I get the error (2) on another computer and I do not know what to do to use the program on that computer. The WpfDemoApp works well though.

Screenshot with the error:

devenv_2019-09-03_08-19-38

Text of the error in the Output pane (showing output from Build):

1>------ Build started: Project: SvgToXaml, Configuration: Debug Any CPU ------
1>CSC : error CS0006: Metadata file 'C:\...\git\SvgToXaml\SvgConverter\bin\Debug\SvgConverter.dll' could not be found
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========