mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #222] Unable to find qml.net library on Windows Server 2012 R2 #142
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lilongueti on GitHub (Aug 26, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/222
the files it need seem to have downloaded properly on C:\users\Administrador.qmlnet-qt-runtimes
based on #173 i'm including the info i guess you'll be asking for
here's enviroment variables
Program.cs
.csproj
and finally attached modules
@pauldotknopf commented on GitHub (Aug 26, 2020):
Can you use
depends.exeonQmlNet.dlland make sure you have the proper VC++ runtime?Also, can you share a repo to reproduce?
@lilongueti commented on GitHub (Aug 26, 2020):
didn't realize i'd need vc++, it worked perfectly after installing it, thanks