The solution-deployment tag has no wiki summary.
0
votes
0answers
25 views
Failed to connect to an IPC Port: Access is denied. How to resolve?
When attempting to upgrade a sharepoint 2007 solution I am getting the following error:
Timer job successfully created.
E:\wsps>stsadm -o execadmsvcjobs
Executing .Executing ...
1
vote
1answer
37 views
How can I find the Feature Activation Dependency Powershell
I am running a recursive function that activates many features in powershell however I need to find the child feature a feature is dependent on before it is activated. How can I do this in powershell.
...
2
votes
2answers
77 views
Add and deploy SharePoint Farm Solutions from Document Library using C# code
I have one Document Library in central administration Name "Deployment List" it contains SharePoint Solutions(WSP files). now i want to add and deploy that solution using c# code it already get file ...
0
votes
2answers
29 views
deployment issue - List Event not firing
I'm facing 2 problems when I'm deploying my solution in QA environment.
Scenario 1:
I have written a feature (Feature 1) to create custom list (say List 1). When feature 1 is activated, List 1 is ...
1
vote
1answer
21 views
How many ways we can deploy any solution in moss?
What all different ways available to deploy any custom solution in moss.
Which is the best practice to follow while deploying solution?
0
votes
0answers
12 views
Custom Column Global Vs Web Application Deployment
Is there a way to restrict custom column to web application or site collection only?
0
votes
0answers
63 views
How to open .aspx page using JavaScript in SandBox Solution?
I have the following Folder structure for SandBox Solution.
MyProject -> TestModule -> Pages -> Page1.aspx
When I try to open the page using JavaScript file like,
var options = {
url: ...
0
votes
0answers
57 views
How to create a WSP package for a SharePoint 2010 site? [duplicate]
I previously asked this Question: How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?.
But didn't get a proper answer. I am developing a SharePoint 2010 website. ...
0
votes
1answer
36 views
How to find images & javascripts of SandBox solution deployment?
I have deployed SandBox Solution to my SharePoint Server.
After deployment When I open the site in browser, it displays the images of the Site but not working of JavaScript file.
(I have given the ...
1
vote
1answer
83 views
How to deploy SandBox solution with images on the Server?
How can I deploy SandBox Solution from Visual Studio with images on the Server ?
When I trying to deploy it, I am getting the following errors.
1). The Project Item "Images" cannot be deployed ...
0
votes
0answers
48 views
Why am I getting this error? “Incompatible Web Part markup detected. Use *.dwp Web Part XML instead of *.webpart Web Part XML.”
I created a WebPart in Visual Studio 2010 and made the necessary changes to make it work in MOSS 2007. The webpart was working just fine, but I had to remove a couple webparts from the project, so I ...
0
votes
1answer
51 views
Site is not available through the browser, inetpub folder is empty
Visual Studio generated an error saying that the file web.config is not found when I deploy solution. After that the folder inetpub\wwwroot\wss\VirtualDirectories\80 was empty at all. Also the site is ...
5
votes
2answers
804 views
Error occurred in deployment step 'Install app for SharePoint': Apps are disabled on this site
We have installed SharePoint Server 2013 on a Windows Server 2008 machine. In our development environment we have installed Visual Studio 2012 on a Windows 7 machine and have installed Office ...
2
votes
2answers
224 views
SharePoint 2010 User Code Host service stops
When I try to deploy any SandBox Solution I receive following error:
Error occurred in deployment step 'Retract Solution': Timeout occurred while running the SharePoint Sandboxed Code service. ...
0
votes
1answer
110 views
How to add and use external assemblies in solutions?
I need to use DocumentFormat.OpenXml.dll in my code. In the solution package, I included this external dll in the Additional Assemblies. It looks like this:
I also need to reference it, so that I ...
5
votes
3answers
104 views
SharePoint Admin and Developer Roles [closed]
Currently in our organization we have a three man SharePoint development team where we do everything other than SharePoint admin.
Our organization has development, test, and production servers.
We, ...
0
votes
0answers
55 views
WSP deployment repeats last characters of a file
I have a weird issue with deployment of a WSP file.
A little background info:
The Visual Studio solutions consists of 28 projects (don't ask... I inherited it :-)) of which 26 files generate a WSP ...
1
vote
0answers
33 views
'-LOCAL' solution deployment across multi server farm
I've deployed numerous solutions before but I'm trying to do a 'zero downtime' deployment on a 4 server farm.
My question is about what happens in the background when deploying with the -local ...
0
votes
2answers
147 views
How to Deploy the Feature with Scope=Site & Scope=Web for WebParts & EventReceiver respectively?
I have only 1 Visual Studio Project.
It contains 1 EventReceiver(for DocumentLibrary) and multiple-WebParts.
I have defined the Scope=Site of Feature.xml file of Project.
I have created 1 custom ...
0
votes
0answers
51 views
Site-scoped feature with both Modules and Visual Web Parts
I have a Feature with Modules that place files in the Master Page Gallery, and I recently added Visual Web Parts to the feature. Then I realized at some point the copying of files into the Gallery had ...
0
votes
1answer
62 views
How to create single SharePoint Installer using SharePoint 2010 Solution Installer?
I have 1 Visual Studio Solution which contains 3 different Projects.
1 for EventReceiver and 2 for UI(WebParts) projects.
I want to create single Setup file for all sothat I can deploy it on any ...
0
votes
2answers
147 views
How to make SharePoint Online to update files inside modules
We have deployed solution to SharePoint Online with following elements.xml file:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
...
0
votes
2answers
199 views
Deploy folder/files to Web Application Root
How to deploy folder to a SharePoint 2010 Web Application Root folder (inside inetpub\wwwroot\wss\VirtualDirectories\80) in the solution package(wsp)?
Which kind of item I should use in the visual ...
0
votes
0answers
34 views
Solutions requires two deployments to be successful
I have a solution with the following two components:
Custom Field Type
Feature with a custom list type definition included
During my development I split the code into a DEV branch. Everything was ...
0
votes
3answers
459 views
Deploying the same WSP file with a different name
I have created wsp file using Visual Studio 2010 that servers an application pages in site. My solution file name is "Portal.wsp".
I have already deploy this solution file on my server it running ...
0
votes
2answers
180 views
Permissions required for deploying wsp files and debugging workflows
I am having issues at a client with regards to permissions that I need to request for my account to be able to deploy wsps (using WSPBuilder) to the development environment, and to debug workflows in ...
0
votes
2answers
304 views
Thoughts about deployment via Site Collection backup-restore
I wonder sharepoint experts ideas about deployment of sharepoint projects/portals via site collection backup & restore, instead of visual studio solutions?
Especially for the projects that will ...
0
votes
1answer
526 views
Unable to deploy my solution in SharePoint 2013
Hi I am using SP2013 stand-alone version. I am trying to deploy a solution in SharePoint 2013, I have successfully added the solution to solution store, but whenever I try to deploy the solution, ...
0
votes
0answers
26 views
Is it possible to deploy several solutions at once? (Programmatically)
I'm working on some kind of deployment timer job at the moment. Deploying, Retracting and so on works fine... At the moment the job grabs all solutions to deploy, add and retract them if neccessary. ...
0
votes
2answers
430 views
“Thread abort exception” in event receiver after adding a solution?
I am developing an event receiver for the web provisioned event. It does quite a few things, culminating to add and deploying a solution and activating a feature from it.
When I do the following:
...
0
votes
2answers
189 views
OpenXML and WebPart Solution Deploying to Live Server
I have the OpenXML SDK installed on my development machine, and I have written a webpart solution that basically creates an excel file using the OpenXML dll. This solution is a full farm solution not ...
1
vote
1answer
265 views
Add solution from within event receiver - how to sort out “access denied” errors?
I'm handling the WebProvisioned event in order to add and deploy a solution that's relevant to the site being created. The solution is being created dynamically based on parameters of the site but for ...
0
votes
1answer
142 views
How do I get an InfoPath 2010 form deployed with a WSP to work in a sub-site collection?
What I currently have is a SharePoint 2010 project that I have successfully deploying an InfoPath Browser Form (Full Trust) content type and associating it with library instances.
This is working ...
1
vote
0answers
140 views
how to maintain workflow task list data when retracting or removing workflow association
whenever i try to remove workflow association or retract workflow solution (.wsp) all associated task list data also gets deleted.
i want to prevent this behavior as task list data is important for ...
0
votes
2answers
868 views
What is the Correct Way to Deploy Solutions in Foundation 2010 Via C# API
I am on a team developing a "portal" for SharePoint Foundation 2010. I am responsible for making the installer which sets up a new instance of SharePoint. It handles more than just the installation ...
0
votes
1answer
92 views
workflow inactive - after deployment?
my workflow is deployed through the following script in SharePoint 2010:
# Set CurrentDirectory
$callingDir = Split-Path -Parent $MyInvocation.MyCommand.Path
[Environment]::CurrentDirectory = ...
1
vote
1answer
228 views
Powershell script taking too long to finish
i wrote a power shell script to deploy my wsp to to SP 2010 server. It first checks if the solutions is already there and deployed if yes then retracts and redeploy again. It deploys to a specific web ...
0
votes
2answers
594 views
SharePoint Solution Deploying issue
I am trying to deploy a wsp solution in SP2010 using powershell script and Its showing the status in CA as Deploying for a long time. I have tried
1. stsadm -o execadmsvcjobs
2. stsadm -o ...
0
votes
0answers
85 views
Help understand ContentType/List upgrade
Everywhere i read on the web it says that Content Types and List once deployed through Xml files they cannot be updated anymore.
I have created a VS 2010 solution, created a SharePoint List ...
0
votes
1answer
135 views
Powershell Script for Deployment and Activating Features SharePoint 2010
I am writing Powershell script for adding my solution,activating solution and at last activation features on my SP2010 server. There are no issues in adding solution and deploying the solution. Issues ...
0
votes
3answers
153 views
Deploying Solution to Remote SharePoint Site
I have a SP2010 wsp. I want to deploy it to some remote SharePoint site. I don't have access to root site on the remote server but to a sub site, where I want my solution. How can I directly deploy my ...
3
votes
2answers
2k views
What's wrong with Uninstall-SPSolution and AllWebApplications parameter?
When I try to uninstall WSP with following line, everything is ok:
Uninstall-SPSolution project.wsp # no error - OK
When I try to add switch parameter -AllWebApplications, I get error (something ...
0
votes
2answers
244 views
Will be next SharePoint 13/15 have new deploy features?
Over the past couple of years I've been making solutions for SharePoint Server and always most important problem was the availability of the web-site. Deployment not-sandboxed solution is pain at ...
0
votes
2answers
897 views
Can't debug/deploy solution from VS 2010
I have encountered strange problem on my dev VM.
Background:
Having my VM open (VM Player), I put host computer into sleep mode, then I woke it and put into sleep mode for second time. After waking ...
0
votes
2answers
335 views
Powershell deployment with nant - problem with script arguments
I have a powershell script updating my solution:
Add-PSSnapin Microsoft.SharePoint.PowerShell
write-host $args[0]
Update-SPSolution -Identity PkbInfo.SP.wsp -literalpath $args[0] -GACDeployment
...
1
vote
1answer
971 views
SandBox Solutions Deployment of WSP to Solution Gallery : Beginner Questions
I am a beginner to SP Dev, and I have been reading a few things about Sandbox Solutions and the limitations there. Also it seems that to deploy a solution, I can simply upload a wsp to the solution ...
5
votes
1answer
363 views
Site Definition vs Web Template for product site
I'm getting ready to create a product for SharePoint, and I'd like it to be as easy as possible for people to deploy and use.
I was planning on using a Site Definition, since this seems like a great ...
1
vote
1answer
287 views
Visual Studio Retract - Install features script
when Visual Studio launch a Sharepoint Project does some steps, when debug ends does a retract to restore the system status.
Now I'm developing an application based on content type.. When I deploy ...
3
votes
3answers
583 views
Update Feature automatically
I have developed an update for a SharePoint 2010 solution. This update defines some upgrades for some of the included features (the upgrade are managed via the new FeatureUpgraded receiver event).
I ...
1
vote
1answer
869 views
Add multiple farm solutions using power shell (Not Deploy)
I am trying to migrate around 200 wsps from one SharePoint 2010 farm to another. I have already copied the wsp files to a folder in the new farm.
I need a powershell script that can take the path of ...