URL2IMAGE for SharePoint 2010
- Add a web part to the current page with a conversion button
- Click & Get the screen shot of the current page
Install Procedure (order is important)
- Make sure SharePoint 2010 Administration service is running
- Make sure SharePoint 2010 Timer service is running
- Deploy the solution
stsadm -o addsolution -filename SPUrlExtensions.wsp
stsadm -o deploysolution -name SPUrlExtensions.wsp -immediate -allowGacDeployment
- Add necessary folder permissions
14\TEMPLATE\IMAGES\SPUrlExtensions\URL2IMAGE
Add SPSERVER\IIS_Users to have MODIFY access to the folder
Troubleshooting
PowerShell
File C:\...\filename.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details.
1) Run PS command-line with admin privileges
2) Run “Get-ExecutionPolicy” to check the current permission state
3) Run “Set-ExecutionPolicy Unrestricted” to enable the system to run scripts
4) After the deployment is complete, run Set-ExecutionPolicy again, but the value previously defined in step 2
Help me helping you If you purchase, please take a brief moment to rate this product