最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

installation - Build MSIX project for Class Library in VS2022 - Stack Overflow

programmeradmin1浏览0评论

I'm trying to add reference to an Class Library project from MSIX project in VS2022.

I always receive the following error message: "referenced project paths must contain at least one element. Parameter name: referencedProjectPaths"

If I add WinForm then it accepts it, but with Class Library (dll) it doesn't go. I need to refernce the dll only and there is no intention to create a dummy exe to get it done.

I tried to modify the .wapproj project file but I don't have a clue how can I manually add the reference to the class library project and related tags.

I'm trying to add reference to an Class Library project from MSIX project in VS2022.

I always receive the following error message: "referenced project paths must contain at least one element. Parameter name: referencedProjectPaths"

If I add WinForm then it accepts it, but with Class Library (dll) it doesn't go. I need to refernce the dll only and there is no intention to create a dummy exe to get it done.

I tried to modify the .wapproj project file but I don't have a clue how can I manually add the reference to the class library project and related tags.

Share Improve this question asked Nov 20, 2024 at 18:13 mustafa.salaheldinmustafa.salaheldin 731 silver badge8 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The .wapproj is for installing applications. MSIX doesn't really install class libraries.

发布评论

评论列表(0)

  1. 暂无评论