Preparation of components or SharePoint itself for use.
0
votes
1answer
730 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 ...
2
votes
2answers
1k views
Can’t add deployed web part to SharePoint (web part missing)
I’m trying to add my first web part to the working environment and have some problems with the deployment. I clicked on my development machine release and copy the *.wsp file from the "bin/release" ...
1
vote
1answer
302 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
730 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 ...
7
votes
3answers
3k views
Problem with HTTP Handler deployed on Sharepoint 2010
I've developed a Visual Web Part for Sharepoint 2010. I've used VS2010 to do that and tested the Webpart in a testing server using VS to do the deployment.
But to deploy it on the production server I ...
1
vote
5answers
7k views
Enable-SPFeature not working
I am using PowerShell script to deploy and activate a feature in the same script. Everything works fine and I can see my feature in the Sharepoint Root folder (14 hive).
I run it using Farm Admin.
...
3
votes
1answer
148 views
Import&Export Sharepoint Lists / Deploy this with VS2010
I created a webpart which grabs content of two Lists in Sharepoint, is used as source.
Its working very well and i like the way users can change content. Is there an way to export my ...
2
votes
3answers
2k views
How to apply new page layout to all existing pages in a site?
I really need your help.
I've created a new page layout in SharePoint Designer 2010 and I want to apply it to all existing pages in a site. Another thing to note, some subsites and pages use ...
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
749 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 ...
3
votes
1answer
110 views
Tools for deploying solutions
I'm looking for an easier way of deploying multiple solutions. I know I can write some scripts which handle all my WSP packages (both install and uninstall), but I want something more automated.
...
2
votes
1answer
570 views
Deployment Question :: Single Tier vs Multi-Tier
Just asked by interviewer deployment between single vs multi-tier? I wasnt sure what he was talking about... Can anyone shed any light on this? Is he talking about following type scenario?
35) What ...
1
vote
2answers
1k views
Powershell Deployment - Enable-SPFeature Error
I get the following problem activating a feature in powershell:
Enable-SPFeature : The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: ...
0
votes
3answers
2k views
First time deploy a sharepoint 2010 project
I'm learning sharepoint 2010 developing. After some theoretical pages in "Inside Microsoft Sharepoint 2011" I'm finally ready to start creating sollutions myself.
I've installed everything local. ...
0
votes
0answers
90 views
Updated SharePoint Solution not recongnized
I've modified a minor bug in a User Control of a custom SharePoint solution that was initially deployed on SharePoint 2007 but now it is deployed on SharePoint 2010.
I was hoping to just update the ...
0
votes
1answer
65 views
Deploy solution button does nothing?
I have a WSP file in the Solution Management page of Central Administration of Sharepoint 2007.
I enter its deployment page by clicking its name, then click Deploy Solution, choose Now and click OK. ...
1
vote
0answers
121 views
Deploy Sharepoint Dashboad page and KPI List to other site
I have a report library in Sharepoint site where i have several dashboard pages. Each of these dashboard pages have kpi and excel web acess web parts in them (only out of box no custom web parts).
A ...
7
votes
1answer
938 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
0answers
804 views
File not found on WebPart Deployment
I followed the Instructions on msdn and also this one here but unfortunatley nothing seems to work.
I've built a custom webpart and packaged it into a .wsp file since i'm trying to import this ...
0
votes
1answer
492 views
SharePoint 2007 - Solutions deployment fails
Suddenly, when we attempt to redeploy a solution from central admin > Operations > solutions.. it says Error with no option to redeploy or remove.
Also noticed, in Timer Job Status Application Server ...
2
votes
0answers
192 views
Why does WSP Deployment Type 'ApplicationServer' require features to be manually installed?
When I create a WSP with Deployment Type set to WebFrontEnd and deploy, all of the features contained within are automatically installed. Features that are set up as ActivateOnDefault="TRUE" (Farm or ...
0
votes
1answer
66 views
Retaining same WSS 3.0 URL on new SharePoint 2010 server
SharePoint Admin Newbie here so my apologies if this has been asked before, etc....
Is it possible to reuse our existing WSS 3.0 URL (e.g. http://sharept.domain.com on server abc) on our new ...
1
vote
3answers
1k views
Sharepoint 2010 Solution Batch Deployment / retraction
I have more than 20 solutions to deploy or retract at the same time, Currently i doing the deployment/retract one by one and each deployment is required an iis reset and this causes around 20 minutes ...
1
vote
1answer
956 views
How do I make Sharepoint 2010 overwrite all files when deploying?
I have a problem where I delete an older version of a page layout but it keeps coming back and the changes I made to that page layout do not take effect. I would like to know if there is a way to make ...
0
votes
1answer
158 views
how to use SharePoint 2010 web-part - after deployed?
i execute this command on power shell
Add-SPSolution C:\Deployment\MyFristWebPart.wsp
after execute i get this result:
Name SolutionId Deployed
...
0
votes
1answer
2k views
how to deploy custom webpart from one server to another (sharepoint 2010)
Update1:
PS C:\> Add-SPSolution c:\Deployment\MyFirstWebPart.wsp Install
-SPSolution -Identity NameOfWSP -WebApplication http://sp2010 -GACDeployment
Add-SPSolution : A positional parameter cannot ...
0
votes
2answers
5k views
Error when trying to deploy SharePoint 2010 solution package - SharePoint 2010 - Visual Studio 2010
when i try to deploy the project from VS 2010 i get this below error....
Error occurred in deployment step 'Recycle IIS Application Pool': The local SharePoint server is not available. Check that the ...
1
vote
1answer
721 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 ...
1
vote
2answers
2k views
How can I use Powershell to move a list from a development to a production Sharepoint 2010 box?
I'd like to copy a list (and its contents) onto our production server. I've been trying to use the Export-SPWeb cmdlet, using this article as a reference, but I can't seem to get it to cooperate. I've ...
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
327 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
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 ...
1
vote
1answer
225 views
Customize OOTB Approval workflow and deploy in other environments
I would like to customize the OOTB approval workflow of a 2010 site and change the email bodies to include column values from lists in the site. The site is in a QA environment. How would I go about ...
2
votes
2answers
281 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 ...
1
vote
3answers
6k views
How to deploy webpart on production (not debugging) server?
I've created a web part, debugging it on a test Sharepoint 2010 install on my local workstation. I'd like to test it on our production server. It seems that I won't be able to use Build --> Deploy to ...
2
votes
3answers
969 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
3answers
1k views
Sharepoint 2010 out of box site Deployment from development to production
I developed sharepoint 2010 site with all OOB features(like document library, external list, SSRS reports, dashbaords) and designing using Sharepoint designer 2010.
Now I want to deploy all the stuff ...
2
votes
1answer
3k views
Activating a WebApplication Scoped Feature for a particular WebApplication
I developed a SharePoint 2010 WSP that contains a custom HTTP Module for performing short-url redirects. The WSP also contains a WebApplication scoped feature that consists of a feature receiver that ...
2
votes
1answer
43 views
Where can I find more info on Deployment model?
•Select a deployment model
This objective may include but is not limited to: identifying artifacts and execution appropriate for sandbox and farm (i.e. GAC vs. BIN) implementation, designing solutions ...
0
votes
2answers
205 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
1answer
1k views
Why am I getting this error? “The given assembly name or codebase was invalid.”
I have created and implemented the IHttpModule interface in order to use the Session_Start event in SharePoint 2010 (like global.asax in asp.net). I have added the add tag into my web.config file in ...
0
votes
2answers
83 views
Can I deploy a Sharepoint 2010 blog on a plain ASP.NET hosting company?
If I decide to host a blog using Sharepoint 2010 can any plain vanilla .NET 4.0 ASP.NET hosting company be OK or does the host need to support Sharepoint? Are Sharepoint stuff deployed when I deploy ...
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
122 views
Using SharePoint token to link to the Silvelight XAP file
I deploy my silverlight .xap file to a document library.I'd like to add the silverlight using the object control,like below
param name="source" ...
0
votes
1answer
87 views
Solutions not Deploying
My farm has stopped deploying solutions. No matter what I try they are always stuck on "deploying"
I have checked that all timer services are running but still it is stuck.
I am looking for other ...
1
vote
2answers
440 views
Migrating Theme from MOSS 2007 to 2010
Can any of the post readers help me out how to make my moss 2007 custom theme work in sharepoint 2010.
Thanks in Advance
Manoj
1
vote
1answer
380 views
Deploying a WSP to application server with stopped Web Application Service
Maybe this will be obvious to someone with more medium to large farm experience than I have. I've got a custom Central Admin (.aspx) page that gets deployed to the \TEMPLATE\ADMIN directory. I also ...
5
votes
3answers
3k views
Sandboxed web part failing with “No available sandboxed code execution server could be found”
I'm deploying a web part as a component of a sandboxed solution from Visual Studio 2010 to Windows 7 SharePoint Foundation Server 2010 on my development box, and I receive the following error when ...
0
votes
1answer
180 views
unable to deployWSPBuilder visual webpart in sharepoint 2010
i have created simple webpart in visual studio 2010 with the WSPBuilder Template (restricted to use this template. can not use the sharepoint tooling).
I have added the Visual Webpart type. i found a ...
2
votes
1answer
863 views
How to deploy WSPBuilder developed package on specific Sharepoint site?
I am developing the wsp package, which includes 2 list definitions,a webpart, and a picture library definition in WSPBuilder. I tried with sample webpart. I wondered, there is option given in solution ...