Preparation of components or SharePoint itself for use.
0
votes
2answers
26 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
19 views
When do I need to use -CASPolicies updating a 2010 solution?
When I update a solution in 2010, I use the following PowerShell Script with the -CASPolicies attribute:
Update-SPSolution -Identity MySolution.wsp -LiteralPath ...
0
votes
1answer
327 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 ...
0
votes
0answers
32 views
SharePoint 2010 custom service with no GAC deployment
I am working with a Custom Share Point 2010 service development. The issue is if the Solution is scoped at GAC then I can access my Service with /mex extension, to the url. But, if the solution is ...
0
votes
2answers
33 views
What is the recommended approach to move my Publishing site collection from my development environment to my production environment
I have created the following on my SharePoint 2013 development environment:-
Created new managed path
Create a new site collection of type publishing site.
Create sub sites under the main site ...
0
votes
1answer
24 views
Managing SharePoint versions on different environments
After I have finished my first SharePoint development on my development environment, new issues automatically raised. Mainly on how to transfer my SharePoint application from my development to my ...
2
votes
3answers
496 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 ...
1
vote
1answer
612 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, ...
0
votes
1answer
16 views
Possible to implement continuous integration against SharePoint online?
I have implemented CI on SharePoint server projects without a problem (so to speak). Can this also be done for SharePoint online?
4
votes
3answers
778 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 ...
0
votes
1answer
729 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 ...
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
44 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
23 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
83 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
36 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 ...
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
150 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 ...
3
votes
1answer
51 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
22 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
2answers
313 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
42 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
130 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
32 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
82 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
50 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
25 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
434 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
15 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
5k 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
125 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
32 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
13 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
45 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
65 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
98 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
42 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
25 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
37 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
37 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
3answers
178 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
17 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
30 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
42 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
61 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
49 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
28 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
391 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 ...






