简体   繁体   English

Visual Studio 2015复制和粘贴项目以及所有dll文件丢失

[英]Visual Studio 2015 Copy and Paste Project and all dll files missing

After i copy and paste my c# visual studio 2015 project to other directory, Copied project's dlls are all missing. 将c#visual studio 2015项目复制并粘贴到其他目录后,复制的项目的dll全部丢失。

original project is in C:\\test\\temp1 , and ccopied project is in C:\\test\\temp2 原始项目在C:\\ test \\ temp1中,而复制的项目在C:\\ test \\ temp2中

when i remove all dll and add new dll, project cant recognize dll file. 当我删除所有dll并添加新的dll时,项目无法识别dll文件。 How can i restore this dll ? 我该如何还原该dll?

在此处输入图片说明

**update : This is dll property. ** update:这是dll属性。 how can i check relative or absolute path? 如何检查相对或绝对路径?

在此处输入图片说明

I think you must replace it one by one. 我认为您必须一一替换。

Step 1: Right click the reference. 步骤1:右键点击参考。

Step 2: Add new reference. 步骤2:添加新参考。

Step 3: Find the missing reference and Add it. 步骤3:找到缺少的参考并将其添加。

Note Delete first the error reference before adding new. 注意在添加新错误之前,请先删除错误参考。 This is only a suggestion. 这只是一个建议。 Good luck 祝好运

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

相关问题 缺少Visual Studio 2015 MVC项目模板 - Visual Studio 2015 MVC Project Templates missing 确定丢失的文件后自动重新安装应用程序-安装项目C#Visual Studio 2015 - Automatically reinstall application after identify missing files-setup project c# visual studio 2015 Visual Studio 2015 WinForms项目中的“无法复制文件”生成错误 - “Unable to copy file” build error in Visual Studio 2015 WinForms project Visual Studio 2015 - Web项目中缺少共享项目参考选项卡 - Visual Studio 2015 - Shared Projects Reference Tab Missing on Web Project C#复制,将表单粘贴到Visual Studio项目中 - C# copy, paste a form in a Visual Studio project 视觉工作室复制粘贴错误 - visual studio copy paste bug 自动将本机dll复制到Visual Studio中引用项目的bin文件夹中 - Automaticaly copy native dll to the bin folder of referencing project in Visual Studio Visual Studio 2015 - NuGet包删除所有项目引用 - Visual Studio 2015 - NuGet package removes all project references Visual Studio复制设置为“不复制”的dll文件 - Visual Studio copies dll files which are set to “Do not copy” Visual Studio 2015“查找所有引用”仅搜索打开的文件 - Visual Studio 2015 “Find All References” only searches opened files
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM