0
votes
3answers
115 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
120 views

Foundation 2010 Services fail to restart on reboot

All of the services on our SP Install that use Domain Accounts fail to start automatically after an IIS Restart or System Restart. Services Affected: SharePoint 2010 Timer - Logging on as ...
0
votes
2answers
953 views

programmatically deploy to site collection level using c#

I would like to use c# to remotely deploy my sharepoint site collections and sites, I can easily write the code to perform most operations. However I can't seem to find a way of deploying the code to ...
1
vote
1answer
993 views

SandBox Solutions Deployment of WSP to Solution Gallery : Beginner Questions

I am a beginner to SP Dev, and I have been reading a few things about Sandbox Solutions and the limitations there. Also it seems that to deploy a solution, I can simply upload a wsp to the solution ...
1
vote
2answers
388 views

Deploying custom webservices

I am working on an old project, not currently used, that I pulled from our source backups. I have experience as a Sharepoint user but this is the first time I have been developing for or ...
1
vote
3answers
776 views

How to work in Sharepoint 2010 Team based development

We have following environment to create a publishing fully branded portal. Three developers each one have sharepoint 2010 installed on their workstation. One Server so that when each dev finish its ...
0
votes
1answer
304 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
2answers
271 views

DVWP Display of Multiple Lists Results in “Unable to display this Web Part” Error in Production Environment

I used SharePoint Designer 2007 to create a joined view of two lists and changed the 'ListID' parameters to 'ListName'. The list is grouped and sorted. Update: When the joined subview is in the ...
2
votes
3answers
299 views

What is the “best practice” for Dev/Test/Release for SP2010?

I am a .Net coder new to SP. I've set up a new SP2010 in our test environment but wonder what the best practice is for the cycle I am familiar with "dev->test->live" with SP? e.g. How can I make test ...
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 ...
7
votes
1answer
907 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, ...
1
vote
1answer
679 views

What is an efficient way to copy Web Part pages from a dev server to a production server?

I have 29 web part pages, all very similar in structure. I built them using the browser. I'd like to migrate them from a development server to a production server. I tried copying them using both ...
2
votes
2answers
272 views

Rebrand a SharePoint portal

I'm a beginner in SharePoint so forgive me if the question is too simple. I've been given a task to revamp an existing SharePoint portal. I will basically focus on the visual branding and also on ...
0
votes
2answers
203 views

deploying custom feature in sharepoint 2010

I have created a custom feature for adding a button in the SharePoint 2010 ribbon. If I click that button, I can open a show model dialog box which I have loaded a aspx file that contains file upload ...
1
vote
2answers
133 views

Need guidance on SharePoint Environment Building

I just created a Virtual Machine on my laptop with Windows 2008 R2 Standard + SQLServer 2008 Standard + SharePoint 2010 Enterprise (everything on Single Box). I want to start my development of my ...
3
votes
1answer
238 views

SharePoint 2010 development practices

We are a group of ASP.NET developers who are new to SharePoint and we are starting fresh from SP 2010 with no prior experience with 2007. I am trying to figure out how to implement the SW development ...
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 ...
0
votes
1answer
511 views

Office Web Components 11 in SP2010

Can somebody confirm me is it possible to use owc 11 in SharePoint 2010?! I use owc chart control, and in my other project(asp.net web app) I can use owc without problems. In SP 2010 I can build and ...
0
votes
1answer
104 views

Approach for development of a simple WCM site

We are about to start building a simple WCM publishing site. It includes simple stuff like: News, Events, document libraries, Image gallery, video gallery, etc. We are using SP2010. This basically ...
2
votes
1answer
213 views

Sharepoint 2010 development process

I'm about start working on a new sharepoint 2010 project and I have some doubts about the development process. The thing is: as far as I know, all the code development chould be in a continuous ...
4
votes
10answers
2k views

What technical skills do you use most when developing/deploying SharePoint?

(I think my question is sufficiently different from this question to justify asking it. My question is not about useful SharePoint resources, but what technical skills you actually need...) I'm a ...
1
vote
3answers
205 views

What is best practice for deploying third party SharePoint 2007 solutions?

I want to know what to look for and what to do (both from a developer and IT admin point of view) before installing a third party solution into a SharePoint 2007 farm? Is there a checklist that I ...
1
vote
3answers
4k views

Error occurred in deployment step 'Recycle IIS Application Pool': Invalid namespace

I am trying to test developing for SharePoint 2010 on a Windows 7 machine. I created a new empty SharePoint project, added a web part and deployed, which worked fine. When I try to run or deploy a ...
2
votes
2answers
1k views

SharePoint Custom Module Development and Deployment

Good Day, We're working on custom module (Information Management System) for SharePoint. The project file of this module is a Class Library which contains User Controls. The User Controls was based ...