简体   繁体   English

使用 Libman 安装的客户端库未显示在 Visual Studio 2017 的解决方案资源管理器中

[英]Client-side Library installed using Libman does not show in solution explorer of Visual Studio 2017

I installed jquery-validate using Libman but the file does not appear in solution explorer of visual studio 2017. I have attached an image of the window which shows the installed client side library not showing in solution explorer.我使用 Libman 安装了 jquery-validate,但该文件没有出现在 Visual Studio 2017 的解决方案资源管理器中。我附上了 window 的图像,它显示已安装的客户端库未显示在解决方案资源管理器中。 Can anyone tell me how to fix it?谁能告诉我如何解决它?

Click here to see the image点击这里查看图片

I found that I had two jQuery libraries, so when removing one jQuery library, I could install the jquery-validate libraries.我发现我有两个 jQuery 库,所以当删除一个 jQuery 库时,我可以安装 jquery-validate 库。

In your EmployeeManagementSystem.csproj file, delete the following line:在您的EmployeeManagementSystem.csproj文件中,删除以下行:

<Compile Remove= "wwwroot\lib\jquery-validate\**" />

暂无
暂无

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

相关问题 解决方案资源管理器中的 Visual Studio 2017 锁定文件 - Visual Studio 2017 lock file in solution explorer Visual Studio 2017解决方案资源管理器为空 - Visual Studio 2017 Solution Explorer is empty Visual Studio 2017解决方案资源管理器中文件旁边的蓝色光标图标-这是什么意思? - Blue cursor icon next to file in Visual Studio 2017 Solution Explorer - what does it mean? Visual Studio 2017 按文件类型和字母顺序对解决方案资源管理器进行排序 - Visual Studio 2017 sort solution explorer by file type and alphabeticlly 使用团队资源管理器中的 Git 存储库将现有项目添加到 Visual Studio 2017 解决方案中的源代码管理 - Add existing project to source control in Visual Studio 2017 solution using Git repo in Team Explorer 如何禁用自动隐藏解决方案资源管理器(Visual Studio 2017) - How to disable auto hide the solution explorer (Visual Studio 2017) 无法在Visual Studio 2017解决方案资源管理器中编辑.csproj文件 - Can't edit .csproj file in visual studio 2017 solution explorer Visual Studio Community 2017的客户端和服务器端JavaScript调试经验 - Client and server side JavaScript debugging experience for Visual Studio Community 2017 Visual Studio(2017或2015)从哪里枚举已安装的SDK? - From where does Visual Studio (2017 or 2015) enumerate the installed SDKs? 在解决方案资源管理器中显示库文件 - Show library file in solution explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM