The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
649 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
2answers
33 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
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
44 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
1answer
54 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 ...
0
votes
1answer
119 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 ...
0
votes
1answer
64 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 ...
2
votes
0answers
345 views

Timeout while deploying VS2010 solution to SP2010

When deploy a solution (no sandbox solution) with many projects, I always get the following error: Error occurred in deployment step 'Recycle IIS Application Pool': The open operation did not ...
1
vote
0answers
34 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 ...
1
vote
0answers
142 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 ...
1
vote
0answers
58 views

Everytime I try to add an existing or new project to my SharePoint 2010 Solution it says “File not Found”

Everytime I try to add a class library to my SharePoint 2010 solution (which consists of about 4 other projects), I get the error: Could not load file or assembly 'AF.XMLMapping, Version=1.0.0.0, ...
0
votes
0answers
43 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 ...
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
76 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
65 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
0answers
56 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 ...
0
votes
0answers
55 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
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
0answers
27 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
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 ...