简体   繁体   English

尝试添加对我的解决方案的引用

[英]Trying to add a reference to my solution

I am a complete stranger to adding "custom" references to my projects, usually everything I need I can find in NuGet packages. 我对向项目添加“自定义”引用非常陌生,通常我可以在NuGet包中找到所需的所有内容。 Ive come across a problem and the solution I've found is to add the following reference to my project: 我遇到了一个问题,我找到的解决方案是向我的项目添加以下引用:

https://microsoftdwayneneed.codeplex.com/ https://microsoftdwayneneed.codeplex.com/

Ive downloaded the source code, opened up the project in VS and hit build. 我已经下载了源代码,在VS中打开了项目并点击了构建。 I then went into the bin/Release folder and added the .dll for both Win32 and normal which I assume is any CPU. 然后,我进入bin / Release文件夹并为Win32和正常添加了.dll,我认为这是任何CPU。

The problem I faced earlier is now fixed, however now a new problem arised: I keep getting the message that the Microsoft Visual Studio XAML UI Designer has stopped working. 我先前遇到的问题现已解决,但是现在出现了一个新问题:我不断收到消息,指出Microsoft Visual Studio XAML UI设计器已停止工作。 The error it gives is a NullReferenceException and in the name is "dwayneneed" so I can only assume that I messed up adding the reference. 它给出的错误是NullReferenceException,名称为“ dwayneneed”,因此我只能假设我搞砸了添加引用。

Can someone explain to me how to add references like the one above correctly to my solution. 有人可以向我解释如何将上述参考文献正确添加到我的解决方案中。

The problem Im trying to solve for those wondering: https://github.com/MahApps/MahApps.Metro/issues/488 我试图解决那些想知道的问题: https : //github.com/MahApps/MahApps.Metro/issues/488

the solution, see: https://github.com/MahApps/MahApps.Metro/wiki/FAQ 解决方案,请参阅: https : //github.com/MahApps/MahApps.Metro/wiki/FAQ

Do you mean adding a solution to the solution, like this. 您是说要向解决方案中添加解决方案吗? 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法从我的解决方案中的新项目添加新引用 - Can not add a new reference from an new project in my solution 在我的解决方案中将参考项目winform添加到我的单元测试项目会导致“参考错误” - Add reference project winform to my unit test project in my solution causes "reference error" 添加解决方案级别装配参考 - Add solution level assembly reference 试图用monogame项目和类库创建解决方案,但不允许我在它们之间添加引用 - Trying to create a solution with a monogame project and a class library, and it won't let me add a reference between them 如何在Visual Studio中添加多个解决方案参考 - How to add multiple solution reference in Visual Studio 动态添加参考到我的项目 - Add Reference dynamically to my project 在新解决方案中将现有服务引用添加到新项目 - Add existing service reference to a new project in a new solution 在Visual Studio 2010的解决方案资源管理器中禁用添加引用 - Disabled Add Reference in Solution Explorer on Visual Studio 2010 如何引用添加到Visual Studio解决方案的项目? - How do I reference items that I add to Visual Studio solution? C# UWP - 无法在同一解决方案中添加对项目的引用 - C# UWP - Can't add reference to project in same solution
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM