Tagged Questions
0
votes
0answers
42 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
76 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
3answers
123 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
2answers
293 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
304 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 ...
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
131 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
48 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
1answer
204 views
Deploy with PowerShell issue
When I deploy my project from visual studio everything is fine, I have a module with some pictures in it and a stylesheet that get replaced on deployment, from the output window:
Retracting ...
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 ...
1
vote
2answers
2k views
Deploying web part from Visual Studio?
I exported a Core Search Results Web Part and created a new Visual Web Part in a Visual Studio project. I have added some code to the .cs page and the code for my exported webpart to the .webpart file ...
0
votes
0answers
100 views
Including Mapped Layout Folders from other Projects for Packaging
Overview
We have a solution that has grown to encompass many projects over time. We are setting up a package that will deploy everything in the solution, to reduce the effort for new people to set ...
0
votes
2answers
158 views
SharePoint 2010 Dev Machine Deploy to Stage Machine
Machine 1: Virtual Development box with Visual Studio 2010, SharePoint 2010 Foundations, Designer 2010.
Machine 2: SharePoint 2010 Enterprise (Staging Environment)
Question: Does Machine 2 need to ...
0
votes
2answers
909 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 ...
1
vote
1answer
105 views
Silverlight Application Development : Custom UI Form Development Beginner Question
So I am new to SP Dev, and completely new to the idea of developing Silverlight applications, and the use of Expression. But I am trying to understand how Expression gets used with Visual Studio in ...
1
vote
1answer
288 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 ...
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 ...
0
votes
1answer
223 views
What are the advantages/disadvantages of building a list template with Visual Studio as opposed to SharePoint Designer
First, let me say, I am new to SharePoint Development.
I have been able to create a couple of related custom lists using SharePoint Designer. I was able to deploy them and they work quite well. ...
1
vote
4answers
167 views
The nature of deploying a sharepoint solution (or TO a sharepoint solution)
I'm in the really early stages of learning sharepoint and I'm struggling with a few concepts. One of which is the way in which one builds/deploys/debugs a sharepoint solution. Prior to sharepoint I'm ...
0
votes
1answer
62 views
GUIDs need replacing every time I press F5 - any way around this?
(Caveat: this is the first time I've ever worked with SharePoint, so am probably failing to understand something fairly fundamental. But Google's been singularly unhelpful, so here I am.)
I'm ...
0
votes
1answer
264 views
Changing Deployment Url for Webpart in VS 2008
I am trying to debug a webpart in SharePoint 2007 using Visual Studio 2008. When I click debug, it deploys the solution to http://localhost:8080. The url I want to deploy to is on a different port. ...
8
votes
2answers
2k views
Deployed Timer Job not taking new code when deployed
I've realized recently that, when re-deploying (either manually or through vs2010) my timer job feature package, the updated execute code is not being deployed. Strange yea. Essentially, I'll ...
0
votes
1answer
305 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
1answer
909 views
How to deploy an aspx to subsite from VS 2010
Is there any chance to achieve this? The sharepoint project and the silverlight web part, which is called by the aspx, are linked by this template. I played with module and feature xml files but i ...
3
votes
1answer
258 views
Why Is My Content Type Replaced With a List Instance Detail When I Deploy My Project in Visual Studio, but Not When I Deploy it Manually?
I'm doing something that I think is pretty typical. I've created a content type, descended from Document, to go into a document library, like so:
<?xml version="1.0" encoding="utf-8"?>
...
2
votes
2answers
477 views
Event Reciever on specific list in SharePoint 2010 working in dev environment but not in production
I have created an event receiver (on item adding) using VS2010 in SharePoint 2010 targeted to specific custom list which is a globally deployed in the production environment.
This event receiver ...
0
votes
2answers
352 views
Deploying Event Reciever on the production environment
I want to deploy the event receiver created in SharePoint 2010 to the production environment. This is a farm solution, but I have a question regarding the deployment in the production environment. ...
3
votes
2answers
100 views
Visual studio retracts and reinstalls my features, can I tell it to just update?
It appears Visual Studio 2010's out of the box functionality for Deploy retracts and installs my features. Can I tell it instead to perform an update-spsolution instead of removing the entire thing?
...
1
vote
1answer
122 views
Workflow deployment in a multiple WFE farm environment
The issue is:,
I change the visual studio workflow's initiation form via infopath
create the wsp package again
Retract and Remove it via the ca.
Deploy the new package via powershell
When I try to ...
1
vote
3answers
125 views
VS2010 Workflow Update Deployments Failing to Update System Account Codebase
I've been suffering through an issue I haven't managed to find much documentation on over the past several weeks as I've begun working on my first custom workflow project. I have a workflow solution ...
0
votes
1answer
143 views
The “ValidatePackage” task was not given a value for the required parameter “ProjectService” when deploying in Visual Studio 2010
I have a SharePoint feature built with Visual Stuido 2010. Everything has been working on my project untill I changed the Site URL for the SharePoint project. Now when I goto deploy my solution I get ...
0
votes
1answer
712 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
1answer
286 views
Error in deployment from VS2010 - The type initializer for 'MyClass' threw an exception
When trying to deploy a SharePoint 2010 solution from Visual Studio 2010, I'm getting the following error:
Error occurred in deployment step 'Add Solution': The type initializer for 'Singleton' threw ...
1
vote
1answer
711 views
Deploying an Application Page with code behind to a document library using Visual Studio 2010
I'm developing a new Application Page using Visual Studio 2010 with code behind it. When I deploy the solution, the page gets deployed to the _layouts folder but I would like to have the page for ...
0
votes
1answer
726 views
Override a SiteMapProvider / Deploy this with VS2010
I am tryin to override the SiteMapProvider "CurrentNavigation" in nightandday.master.
I got the code to override the class, but i am not sure how i handle the deploy process.
A colleague told me that ...
7
votes
1answer
912 views
Best practices for creating a shared code library for SharePoint projects
I have several projects for SharePoint 2010 (mostly they are separate solutions built each to separate wsp's) in active development. And I have a similar tasks in these projects (logging, ...
2
votes
3answers
1k views
Files not deleting on solution retraction
When i retract my solution several files are not deleted including my custom master. Probably something simple but i want it deleted so that visual studio doesn't complain every time i deploy about ...
0
votes
1answer
322 views
Using Visual Studio to replaces default.aspx
I want to replace the default.aspx with my own. The problem i am running into is strange.
I created a module with default.aspx in it. I copy and pasted the following into the main Content
...
2
votes
3answers
945 views
How to access web.config entries when deploying from Visual Studio?
I'm working on a project in SP/VS2010 that contains features with event receivers that require access to appsettings keys in the web application's web.config.
While I've checked that the features can ...
1
vote
1answer
689 views
Sharepoint 2010 - wpresources for Bin / web Application Deployment
In SharePoint 2010 , using visual studio 2010 :
i have bin / web application deployment.
i want to add java script file under Virtual Directories\/wpresources//
I cannot use the Resources mapped ...
2
votes
3answers
1k views
Deploy WSP from Visual Studio 2010 to web application with set host header
I have a demo SharePoint server with multiple web applications created. Each of them has a host header that is entered into company's DNS. All the web applications are on port 80.
I changed SiteURL ...
13
votes
2answers
3k views
Multiple Sharepoint projects in one solution - how to package correctly?
I have multiple Sharepoint projects in a solution:
MySolution.WF
MySolution.Webparts
MySolution.UI
I also have some common code in a
MySolution.Common
project. All of the aboe projects ...
5
votes
4answers
7k views
Custom web part deployment produces 'Cannot import this webpart' error
I have built an empty SharePoint project in Visual Studio 2010 with some custom web parts in it. When I've tested these on my local development machine they can be added to a page without any trouble.
...
3
votes
2answers
3k views
How to delete site columns, deployed via feature (not visible in Sharepoint UI)?
Well it seems like this is a problem some people are having, but I can't seem to find the definite solution.
I deployed some Site Columns to Sharepoint using a feature, let's go with the following ...
1
vote
2answers
477 views
CKSDEV tools - problem with debugging
I use CKS devtools version 1.1(latest).
Problem is: I installed tools and everything was ok relating to debug (VS2010 - Tools - CKSDEV -Attach to IIS Worker Processes) but after I changed ...
1
vote
1answer
307 views
Changing directory name of features in SharePoint 14 Hive - Impact on already deployed features?
I'm moving from a WSPBuilder based SharePoint 2010 solution to a Visual Studio 2010 based solution. After porting the WSPBuilder based solution to a plain Visual Studio based solution I tried to ...
2
votes
2answers
2k views
Error occurred in deployment step 'Add Solution': Sandboxed code execution request failed
Whenever I try to debug (i.e. F5) a SharePoint 2010 Project I get this error. All the SharePoint services are running. Messages in Output window:
Add solution
Adding solution 'my solution.wsp'...
...
1
vote
1answer
714 views
Deploying WSP from saved as template - editing binary serialized web part in Visual Studio
I have deployed a WSP site template that originally came from "Save Site as Template" (our site was customized from a team site - STS#0). Now, we're making changes to it in in Visual Studio (as it's ...
0
votes
2answers
947 views
Error Creating Deployment Package in Visual Studio 2010
I am attempting to create a deployment package through Visual Studio 2010
When right-clicking my project and selecting "Package" from the context menu I receive the following error:
Error 1 The ...
0
votes
0answers
47 views
In one step, is there a way to specify all folder content deployment type? [closed]
If I have a folder within a Sharepoint project that I wanna specify the deployment type for all it's content (files and subfolders) it seems like the only way is to get in every folder - select all ...
