copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
solution package - How to deploy wsp to single web application . . . But the solution is now available in the 'Site Collection Features' list of all web applications I know I can deactivate the feature on the web applications where I don't use it, but I don't want it to be deployed to those web applications How can I deploy the solution so my web part is only available in a certain web application
deployment - Web Application scoped features not visible in Central . . . Switch the WSP mode to ApplicationServer (can be done only if it contains only the Web app feature you're mentioning) Activate the Web app feature from PowerhShell, while logged on the Web Front End (and hope the feature event receiver is well-coded, i e does not assume the ER is loaded in a Web context!)
Deployed web parts dont show up in Web Part Gallery Every guide I've found uses the same commands that I am using which seems like it works but my web parts never show up in the web part gallery They do show up in the web part gallery through the Visual Studio deploy method so Visual Studio must be doing something else to provision them there
Deploy Solutions to Application or Web Front End Server Add-SPSolution will move your solution to SP Admin database and Install SP-Solution will add create time job to push all feature files to 14 15 hive, DLL's to GAC, Web Config changes etc to the Front end servers where you have "SP Web Application service" running So it doesnot matter which server you are using to deploy your WSP
Web part not available to add after Installing to the web farm This depends on how you set up your solution You either need to activate the feature (to add the web part to the gallery if the feature does this), or you should be able to manually add it to the web part gallery Go to the web part gallery (this will be in site collection settings -> Galleries) Here you see the available web parts
Enumerate every solution for each WebApplication solution-name wsp web-application-name application-pool-name I've tried using Get-SPSolution, but output doesn't contain web-app name Get-SPWebApplication doesn't give the list of wsp for each web-app listed stsadm -o enumsolutions seems to contain info I need, but don't know how to change output format to something similar mentioned above
Problem with SP2013 solution scope: WebApplication vs GAC I have a SP2013 solution that contains a custom WCF service, custom Timer Job and a Feature Event Reciever Because of these the solution Assembly Deploying Target is set to GlobalAssemblyCache The
Deployed solution does not appear in site collection features. However when I deploy the solution to the content web application it does not appear in the site collection features in any site collection in that web application What's weird is that if I deploy it to the Central Admin site collection it does appear in the features and I can use the webparts without any problems