1

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. Can anyone tell me how to fix it?

Click here to see the image

  • I could not reproduce your issue.Did you try to rebuild the project and check if your network is connected or not? – Rena Apr 22 '20 at 07:55
  • i did rebuild the project as well as reinstall jquery-validate several times. The file name appears in libman.json but not in solution explorer. – Kinzang Dorji Apr 22 '20 at 09:38

2 Answers2

0

I found that I had two jQuery libraries, so when removing one jQuery library, I could install the jquery-validate libraries.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
0

In your EmployeeManagementSystem.csproj file, delete the following line:

<Compile Remove= "wwwroot\lib\jquery-validate\**" />
Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77