[h=2]URL2IMAGE for SharePoint 2010[/h] - Add a web part to the current page with a conversion button
- Click & Get the screen shot of the current page
[h=2]Install Procedure (order is important)[/h] - 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
14TEMPLATEIMAGESSPUrlExtensionsURL2IMAGE
Add SPSERVERIIS_Users to have MODIFY access to the folder
[h=2]Troubleshooting[/h] 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
[h=2]Help me helping you[/h] If you purchase, please take a brief moment to rate this product
- Click & Get the screen shot of the current page
[h=2]Install Procedure (order is important)[/h] - 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
14TEMPLATEIMAGESSPUrlExtensionsURL2IMAGE
Add SPSERVERIIS_Users to have MODIFY access to the folder
[h=2]Troubleshooting[/h] 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
[h=2]Help me helping you[/h] If you purchase, please take a brief moment to rate this product