edelwater
edelwater

Reputation: 2802

SharePoint Visual Studio solution not visible in solution gallery

I am trying to locate my solution (WSP) in the solution gallery of SharePoint 2013

so.. since it has been deployed, activated and works... where is it?

Upvotes: 0

Views: 916

Answers (1)

Shaamil
Shaamil

Reputation: 254

Farm solutions are displayed in the Central admin site. Even though in Visual Studio you target your WSP to be deployed in a certain web-site, all WSP's(solutions) available in the farm level are displayed at Central Admin. In this way, if you want to deploy the same solution to a different web application you could do it from central admin. It actually makes the work easy.

So, It's not displayed in the web application which you deployed to. Please check on the central admin site.

Go to central admin > System settings > Under "Farm Management" you get "Manage Farm Solutions". All the farm solutions will be listed down there.

Upvotes: 1

Related Questions