Tagged Questions
0
votes
1answer
45 views
Decompiling a .webpart file?
I know it is possible to decompile SharePoint web parts if you have their .dll or .wsp files (I have successfully done this myself using tools like DotPeek or this method), but what if you are left ...
0
votes
1answer
194 views
Can a .dwp Be Converted to a .wsp Easily?
I have been given the task of converting a .dwp to a .wsp. Is there an easy way to do this in SharePoint 2010?
Is there a tool that can do this automatically?
1
vote
1answer
165 views
Adding and referencing an additional assembly in sandboxed solution
I'm writing a feature to my sandboxed web part with an event receiver that would parse a html website and add the results to a sharepoint list.
The thing is I'll need to use the HTML Agility Pack and ...
1
vote
4answers
5k views
How do I Modify Contents of a WSP File?
I've been provided a WSP file that contains a webpart created by another developer. I have been requested to make modifications to the webpart and repackage as a WSP file again.
What steps must be ...
2
votes
1answer
499 views
How to find the localized name of the Web Part Gallery
I have learned (still a SP-Noob...) that I have to take care of removing webParts that I deployed as part fo a solution myself.
Now I have coded something like
string file = "MyWebPart.webpart"; ...
1
vote
2answers
855 views
This powershell runs but why is it so slow
I ran this powershell which automates wsp addition, activate, deploy web parts and it runs fine. However, it takes about 3 minutes to go through the whole process. Is this norm?
= = = powershell code ...
0
votes
2answers
203 views
Users denied access after solution redeployment
My old solution has been running in my intranet farm for a long time. The solution contains a feature which deploys a webpart. The webpart shows the users of a group, together with information from ...
6
votes
1answer
2k views
Problem installing web part using Powershell
We've developed a custom Visual Web Part using Visual Studio 2010 for Sharepoint 2010 Server.
The webpart gets deployed when executed from VS (F5), so we can add it wherever we want using Sharepoint ...
2
votes
1answer
191 views
Possible to create a document library for my web part on installation?
I have a web part that need to have its own document library. Is there any way for me to check to see if that document library exists and if not create it, when the WSP is installed?
1
vote
1answer
714 views
Deploying WSP from saved as template - editing binary serialized web part in Visual Studio
I have deployed a WSP site template that originally came from "Save Site as Template" (our site was customized from a team site - STS#0). Now, we're making changes to it in in Visual Studio (as it's ...
1
vote
2answers
460 views
DWP file is not updated in the web part gallery by the stsadm upgradesolution command
I am trying to update a DWP file in the web part gallery by using stsadm upgradesolution. Here is what I am doing:
Created a web part, put it in feature, packaged it in solution by WSPBuilder, ...
1
vote
3answers
8k views
Install-SPSolution : This solution contains no resources scoped for a Web application and cannot be deployed to a particular Web application
I have a powershell script that deploys about 12 web parts. They have all been created in the manner through visual studio 2010 and are being deployed to sharepoint 2010.
I am getting the following ...
0
votes
1answer
1k views
WebPart not registered as safe
I have a webpart that is part of a larger solution, deployed as a WSP using WSPBuilder. I can see the SafeControl entry in the web.config and can see that the assembly has deployed to the GAC. The ...
0
votes
1answer
826 views
How to deploy a web part that uses AjaxControlToolkit with WSPBuilder?
I'm trying to deploy a webpart that is an ASP.NET user control that uses AjaxControlToolkit via WSPBuilder, with not much success.
There seems to be a lot of web.config edits that need to be done in ...