Can't compile a Windows app using this library
See original GitHub issueHi! Quick question: I’m trying this library for the first time, and I use Windows, so I was hoping to just compile a Windows app to look at things. When I select Windows in the platform drop-down, I get errors, as shown:
Repro:
- Open VS2022 (using Version 17.1.0 Preview 4.0, with MAUI Preview 12)
- Create new .NET MAUI project
- Add
Microsoft.Maui.Graphics.ControlsNuGet package from nightly feed - Add
usingstatements and call to.ConfigureGraphicsControls() - Select Windows from the platform drop-down menu
- Get errors when trying to compile to Windows
Is this expected right now? I understand that this is experimental, so, if Windows just isn’t implemented yet, that’s fine. Just want to make sure I’m not being an idiot…
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
c++ - Library link error when starting Windows application ...
However the compiler links some own dynamic libraries into the app and when i copy the executable into another computer with Windows 7,...
Read more >COMPILE ERROR: CANT FIND PROJECT OR LIBRARY ...
From Mac running parallels with windows 10 using MS Access working ... I'm getting the error COMPILE ERROR: CANT FIND PROJECT OR LIBRARY....
Read more >Linker Tools Error LNK1104
This error is reported when the linker fails to open a file, either for reading or for writing. The two most common causes...
Read more >Fix problems with apps from Microsoft Store
Reinstall your apps: In Microsoft Store, select See more > My Library. Select the app you want to reinstall, and then select Install....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This issues with Preview 13 will be fixed with https://github.com/dotnet/Microsoft.Maui.Graphics.Controls/pull/106 (in progress)
Also broken here running VS 2022 Version 17.3.0 Preview 3.0