Preparation of components or SharePoint itself for use.
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
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 ...
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.
...
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 ...
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
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
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 ...
2
votes
2answers
108 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
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 ...
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?
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 ...
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
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
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. ...
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
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 ...
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
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
3answers
129 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
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
310 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 ...
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 ...
0
votes
0answers
114 views
SPO 2013 and VS 2012 deployment questions
I created a new SPO Office 365 Developer account, created a developer site, installed NAPA, built and deployed a new sp app all online... seemed to work fine. I was able to then open it with VS 2012 ...
1
vote
2answers
103 views
error when start new project in visual studio 2010
I am a new administrator to a SharePoint farm and I want to start developing *web-part*s for our sites.
In our company we have installed SharePoint 2010 on Windows Server 2008 R2.
And we have ...
0
votes
1answer
49 views
MOSS SP3 - How to uninstall Language Pack?
I no longer need to support a language pack on my MOSS SP3, Aug 12 CU server. I have tried to remove it from Control Panel but it is unable to uninstall the Hotfix for WSS (KB2687331). How can I ...
0
votes
1answer
79 views
Instances of older workflow version when deploying newer one
The question's about Sharepoint 2010.
Let's consider a following scenario: there are instances of a workflow X in progress at the server (for example, waiting for user's interaction). Then, ...
0
votes
0answers
29 views
2013 Project with everything deployble as feature
We have a new SP2013 Project which involves lot of things like creating personal my-sites on fly with custom masterpages and some default list and libraries, using feature stapling.... It also involes ...
0
votes
1answer
115 views
How do I export web application and site collections structure to production environment without deploying?
Microsoft tells us (yet again) that no custom code is needed in the new version of Sharepoint. However I'm curious how to export Web Application(s) | Site Collection(s) and Site(s) structure including ...
0
votes
1answer
177 views
visual basic in sharepoint 2010
I am new to SharePoint.
My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.
I installed visual ...
0
votes
3answers
182 views
Uninstall Site Collection Features not found error. What's the physical path for them?
I want to uninstall some features of the site collection on my server.
These features are on my site collection and of site or web scope. On the Sharepoint "Site Settings" -> "Manage site features" ...
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 ...
1
vote
1answer
193 views
Can't find WebApplication scoped feature
I've deployed a wsp that has 2 features. The one scoped at a web level is listed where I'd expect to see it and activates without a problem. The feature scoped at a web application can't be found ...
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 ...
2
votes
1answer
34 views
Adding and Deploying Multiple solutions in SharePoint 2007
I have got around 10's of webpart solutions that I need to add and then deploy to all web applications, I would prefer if someone can share easiest way of doing it.
2
votes
1answer
330 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 ...
3
votes
2answers
2k views
Sharepoint 2013 Distributed Cache cacheHostInfo null
I have setup a development environment for SharePoint 2013 so we can begin testing our 2010 content, however I am running into trouble starting the Distributed Cache service. Note that this is ...
2
votes
2answers
275 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
123 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 ...


