question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't compile a Windows app using this library

See original GitHub issue

Hi! 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:

image image

Repro:

  1. Open VS2022 (using Version 17.1.0 Preview 4.0, with MAUI Preview 12)
  2. Create new .NET MAUI project
  3. Add Microsoft.Maui.Graphics.Controls NuGet package from nightly feed
  4. Add using statements and call to .ConfigureGraphicsControls()
  5. Select Windows from the platform drop-down menu
  6. 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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
jsuarezruizcommented, Feb 27, 2022

This issues with Preview 13 will be fixed with https://github.com/dotnet/Microsoft.Maui.Graphics.Controls/pull/106 (in progress)

1reaction
KMRH47commented, Jul 18, 2022

Also broken here running VS 2022 Version 17.3.0 Preview 3.0

Read more comments on GitHub >

github_iconTop 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 >
Compiler Errors - Win32 apps
List of error messages generated during MIDL compilation.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found