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.

Win32: Packaging bug for control libraries

See original GitHub issue

Describe the bug When packacing a custom control library, Generic.xaml isn’t included in the lib folder.

Steps to reproduce the bug

  1. Open the attached project: PackagingBug.zip
  2. Build+Pack project
  3. Inspect the package and notice it only includes the .dll and .pri in the lib folder. The .pri file actually references PackagingBug\Themes\Generic.xbf which isn’t available either.

Using this custom library won’t work as there’s no template to get applied.

Expected behavior Generic.xaml is included (and not the .xbf because that won’t allow us to copy the template)

Version Info 3.0.0-preview1.200515.3

NuGet package version: 3.0.0-preview1.200515.3

Windows 10 version Saw the problem?
Insider Build (xxxxx)
November 2019 Update (18363) Yes
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor Saw the problem?
Desktop Yes
Mobile
Xbox
Surface Hub
IoT

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
dotMortencommented, Nov 17, 2020

Confirmed fixed!

1reaction
stevenbrixcommented, Nov 17, 2020

Closing now that preview3 has been released. Please reply if this is incorrect.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting packaging, deployment, and query of ...
Error code Value Description and possible causes E_INVALIDARG 0x80070057 ERROR_INSTALL_INVALID_ PACKAGE 0x80073CF2 The package data isn't valid. ERROR_INSTALL_NETWORK_ FAILURE 0x80073CF5 The package can't be downloaded.
Read more >
Issue 32516: Add a shared library mechanism for win32
A folder two levels under site-packages that is named 'libs' Python should add these folders to the DLL search path at some point...
Read more >
How should I integrate with and package this third-party ...
We have a (very large) existing codebase for a custom ActiveX control, and I'd like to integrate libkml into it for the sake...
Read more >
How to Fix Windows Installer Package Problem [Tutorial]
Hi, I tried your steps. But the error still appear. May I know what other cause might contribute to this error ?
Read more >
Howto: Building R 4.2 and packages on Windows
R and packages are built using Rtools, which is a collection of build tools, a compiler toolchain, headers and pre-compiled static libraries.
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