Preparation of components or SharePoint itself for use.
1
vote
3answers
1k views
How do I deploy custom web part to Sharepoint Online Site Collection?
After uploading the wsp to the site collection using the browser and activating it, everything seems to work fine and i see all the page layouts, masterpage, content types, lists and webparts. BUT, ...
0
votes
1answer
26 views
How can I deploy a solution to a farm with 2 WFE?
How should I deploy my solution to a farm with 2 WFE?
Should I deploy to the WFE one by one or what's the procedures? How should I configure my solution in visual studio?
I tried to deploy it ...
0
votes
0answers
21 views
SP2010 farm scoped custom workflow action not available in designer
We're trying the "Update Items By List View" custom workflow action available here:
http://efspwfactivities.codeplex.com/releases/view/63115
It works fine in one of our development environments ...
0
votes
1answer
59 views
Moving my custom farm solutions from sharepoint 2010 to sharepoint 2013 error
So I followed the following guide.
http://zimmergren.net/technical/upgrading-your-sharepoint-2010-visual-studio-projects-and-solutions-to-sharepoint-2013
Once I tried to deploy the solution from ...
0
votes
1answer
33 views
Slow and errors openening a new site after deploying solutions in SP2013
We are running SP2013 and having often problems after deploying and creating a new site.
When the solutions are deployed, we create a site with powershell or from central admin with de new deployed ...
0
votes
1answer
309 views
Why the files which are added as link in project are not deployed on SharePoint 2010
I have two projects in my VS solution, a project named "B" is a SharePoint 2010 project which has a mapped SharePoint "Layouts\js" folder and some other project "A".
In project "B" I put various ...
3
votes
5answers
3k views
What is causing a “Cannot find a Feature” error when uninstalling a solution?
I have a weird error when trying to deploy a solution via Visual Studio 2010:
Error 1 Error occurred in deployment step 'Add Solution': The solution
cannot be deployed. The feature ...
2
votes
5answers
1k views
Adding new webparts to an already deployed solution
I have a webpart project built in visual studio 2010 and it has been deployed successfully to my production environment. I recently had to make some changes to the webpart and also needed to add a ...
0
votes
1answer
132 views
troubleshoot a timeout happening while deploying via VS
Hi I am getting timeout error while trying to deploy my sp solution via visual studio 2010. It happens when my a particular feature is trying to activated. The generic error message I get goes ...
0
votes
0answers
15 views
deploy application page to multiple folders
I have an app that applies to two different groups and each has a different database.
Example:
_Layouts/dept1/SomePage.aspx (uses dept1db)
_Layouts/dept2/SomePage.aspx (uses dept2db)
I would like ...
1
vote
1answer
602 views
Retraction and deployment tasks are not executed Sharepoint 2010 after SP1
I am unable to redeploy solution to my sharepoint 2010 site. When I try to retract solution, the task is registered in scheduled que but not executed (sharepoint timer and admin services are running, ...
3
votes
1answer
49 views
Deploying a custom health rule fails on Add Solution
I've created a custom health rule for checking which mode solutions were built in (following this guide) but am having trouble deploying it. When deploying from VS2010, I get
Error occurred in ...
0
votes
0answers
19 views
Set 2013 High Trust App StartUrl at deployment time
Is it possible to set the start url of a High Trust App at deployment time?
From what I can tell it looks like this the url from app manifest gets hard coded into a binary .app file at compile time.
...
2
votes
3answers
475 views
Binding lookup fields to document library template
I have features that define site content types and a document library template that uses these content types. Now, when I create a document library from the template, all the content types appear ...
4
votes
3answers
768 views
Error while adding Sandbox WebPart
I created a simple "Hello World" sandbox webpart in VS.NET 2010. After uploading the .wsp file to SharePoint site, I activated the webpart. But while trying to add it to a page, I was getting this ...
2
votes
2answers
309 views
Is there a way to assign a search server to a content database using PowerShell?
Is there a way to assign a SharePoint Foundation search server to a content database using PowerShell, either while creating an Sp-WebApplication using New-SpWebApplication or by updating an ...
0
votes
2answers
40 views
wsp deploy error sharepoint2013
i tried to deploy my vs solution to another sharepoint portal.
i did
Add-SPSolution -LiteralPath "pathofthe wsp file"
and when i write the command which is;
Install-SPSolution -Identity ...
2
votes
2answers
107 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
1answer
30 views
Config file throws error while deploying
I've created a new config-file "TimerJobs.config" which stores all my values for the timerjob (of course...) This file is located under the Layouts/random folder.
The problem I'm having, is when I ...
0
votes
0answers
49 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
0answers
37 views
Setting the value of a sandbox web part's custom properties in .webpart file
I've created a new web part in a sandbox solution. This web part has a custom string property called 'PetName'.
I'd expect to be able to set the initial value of this property in the .webpart file. ...
0
votes
2answers
24 views
Forms being re-appended to themselves on every deployment (Sharepoint 2010)
I have a (sandbox) solution with some custom forms.
If I deploy it to a site that never had this solution installed before, everything works fine. However, every time I deploy it again, custom forms ...
0
votes
1answer
1k views
can't deploy from VS2010 to Sharepoint 2010
I have run VS 2010 as an administrator
The user, which is running VS2010, have db_owner rights to the config, content, and central admin DBs of SP2010.
In my hostfile i have
127.0.0.1 ...
2
votes
1answer
328 views
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded
I created a project on Sharepoint 2010.
I need a Third Part dll reference in order to solve a problem.
After downloading the dll, putting it in the project, add the reference to this library and ...
0
votes
0answers
13 views
How do I Duplicate a SharePoint 2007 Publishing Subsite
I don't know a lot about SharePoint so pardon my terminology and please let me know what additional information is needed.
I work for a franchiser who gives each franchisee their own website. These ...
5
votes
1answer
4k views
Can't Activate Solution from Site Settings in SharePoint foundation 2010
I'm currently tasked with developing a branding solution for SharePoint Foundation sites. I've created a WSP file which can be deployed through my local machine through Visual Studios, but when I ...
0
votes
1answer
80 views
Deploy List Workflow in Production Environment
I created list workflow using SharePoint Designer.
How to deploy my list workflow in Production environment?
1
vote
2answers
31 views
simple way to run code after solution deployment
Is there a simple way to run code after solution install and before solution uninstall ?
I know I can do that with feature but I don't want to use it.
0
votes
1answer
12 views
Deploying Application Page Project 2 Different Places
I have 1 application page project and it is deployed. Now I want to make a change to it and deploy it somewhere else (same server and site) without retracting the currently deployed one. From one ...
0
votes
1answer
38 views
What should be the Content Search Web Part max per page?
I'm currently working on a department site prototype for an Intranet, which is to be packaged up and used to spawn around a dozen sites using the same Web Template.
While trying to convert the ...
0
votes
1answer
51 views
Enable-SPFeature doesn't work, but activation via Site Settings does. Why?
I have a weird problem... I'm trying to deploy a sharepoint solution in production. This project works fine in the test environment, but in production trying to enable the feature returns this error:
...
0
votes
0answers
78 views
Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)
currently I'm creating a custom workflow action for SharePoint Designer 2010. After the first deploy succeeded everything looked fine. But after that I changed several things and re-deployed the ...
0
votes
0answers
33 views
Visual Studio 2012 deploying workflow
I uploaded the wsp file of a visual studio 2012 workflow to galleries->solutions in central admin. The feature appears in manage features on central admin but does not show up in site settings on ...
1
vote
1answer
22 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
1answer
31 views
Error on deploying a site template
I have a web application in which I have few document libraries, lists, picture libraries, workflows and few webparts. The webparts are created using visual studio with the feature site scoped. ...
1
vote
1answer
33 views
Automated deployment and configuration managment
We are having a MOSS 2007 environment and usually do not support custom development. However, we extensively do customization of sites via SharePoint designer including JavaScript and SPServices. We ...
0
votes
1answer
714 views
System.ServiceModel.Channels.ServiceChannel in faulted state
When I try to deploy my SharePoint masterpage using Visual Studio I get the following error:
“The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for ...
0
votes
3answers
128 views
Custom List Form Will Not Deploy
A demo List Form using Visual Studio 2010 to test and experiment with a few things. Nothing at all was added inside the project. Functionality, etc, will be added later, but at this point it was ...
0
votes
1answer
15 views
Error deploying imported template
I've imported a template from Sharepoint into Visual Studio 2012. But when I'm trying to deploy it I get this error.
"This solution cannot be activated because its functionality depends on another ...
0
votes
0answers
29 views
Roll back deployment stategy and performance testing (2010)
I am currently on the cusp of deploying a solution which will be upgrading existing .wsp solutions and also running a powershell script to upgrade masterpages, content types and page layouts on the ...
0
votes
1answer
36 views
Publishing SharePoint Application Page to a remote server
I created a SharePoint Application Page. I chose Deploy as a Farm Solution and was able to make the application page work and get deployed on the local (development) SharePoint server. But apparently ...
1
vote
0answers
53 views
Solution's deployment status failed
Last I night I was trying to deploy a custom timer job on production servers, I added solution easily using STSADM, but when I tried to deploy it using CA it returned with deployment status as Failed.
...
0
votes
1answer
45 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 ...
0
votes
0answers
27 views
what is the best method to upgrade a custom workflow?
I have a sharepoint 2010 farm. I have created in visua studio some custom lists, content types, fields, views and 2 workflows. This workflow is connected to my custom content type. My custom content ...
0
votes
2answers
308 views
SharePoint 2010 Deployment will not update Master pages because SPFile.CustomizedPageStatus is 'None'
We have the following scenario and are hoping someone can help:
Original 2007 Publishing Site content database upgraded to 2010
Page templates in use have never been Ghosted because they were ...
0
votes
2answers
332 views
Visual Studio WebPart Not Showing Up in SharePoint
I created a simple WebPart in Visual Studio 2010 that I was using to test some functionality for a project. When the WebPart was built and deployed, the messages in the Output box in VS all state ...
2
votes
2answers
401 views
How can I update a custom form (Edit/New Item) without deploying the list?
I have a list in Visual Studio 2010 with a custom forms (EditForm/NewForm). I deploy the project to SharePoint Server 2010, to update the New Item form.
The problem is that if I deploy the project ...
0
votes
1answer
81 views
Deploying Aspx in specific subsite
I need to deploy an .aspx from visual studio, to a sharepoint subsite.
I can deploy it fine in the layout folder. How can i deploy it in a subsite so that it can be added in the quick link section ?
...
0
votes
1answer
44 views
individual wsp for each webpart
I am using Visual Studio 2010 and all my project related Visual Webparts are inside that solution and I am doing all this on UAT environment. Now I want to know how can I can build separate WSP file ...
3
votes
1answer
89 views
SharePoint 2010 Workflow Deployemnet from DEV to UAT
I have Sharepoint 2010 DEV and UAT sites. I have made some changes in DEV workflow and I want to deploy the changed workflow to UAT site.
I have created the workflow template and saved .wsp file to ...




