The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
17 views

It's possible to put the Application servers on different subnet than the Front End Servers

It is possible to put the Application servers on a different subnet than the Front End Servers in SharePoint 2013, What are the advantages and drawbacks, noting that this is an Internet facing ...
1
vote
1answer
191 views

SharePoint 2010 FormDigest issue: InvalidFormDigest

I'm getting weird error with publishing pages and form digest. When publishing page is in Published state __REQUESTDIGEST hidden field value is "InvalidFormDigest". I also have Notes web part on this ...
0
votes
1answer
9 views

Opening office documents from Sharepoint 2010 takes forever and seems to try to open dll-files from server!

When I try to edit an word (2010) document from Sharepoint (2010) it takes ages to open (~5 minutes for a 3mb file). If I just copy it to my desktop and open it from there, it's lightning fast. The ...
0
votes
1answer
49 views

SharePoint server is not installed on this computer

I am new to SharePoint and I am using SharePoint 2013. I have installed the SharePoint server 2013 on one server and I want to create web parts from vs 2010. But my vs 2010 is present on different pc ...
0
votes
1answer
140 views

How to fix “A SharePoint server is not installed on this computer” in sharepoint 2013

Im trying to develop a Visual Web Part using Visual Studio 2010. I have not installed SharePoint 2013 locally on my developer pc, but I have installed it on my Windows 2008 Server. When I try to ...
0
votes
1answer
33 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 ...
0
votes
1answer
35 views

Hide “Create new subsite” in sharepoint site

I wanted to hide the link "new subsite", avaiable in viewlsts.aspx for all users in few SharePoint sites. Is there any way to hide this link?
0
votes
1answer
84 views

SharePoint apps are greyed out

I've setup a SharePoint Enterprise 2013 and are trying to install apps from SharePoint store but all the apps (almost) are greyed out. There is two apps that is not inactive, it's SimpleNews and ...
0
votes
1answer
47 views

Can Anybody put light on sky drive feature of Sharepoint 2013?

I Need to know few things about sky drive feature of SharePoint 2013 on prem. If i have to use Sky Drive, does it have to be on mysite only or i could use it on any other site template...? Does sky ...
2
votes
0answers
76 views

Windows Live ID Compliance Guide

I've been following this guide to set up Windows Live ID authentication (http://www.wictorwilen.se/Post/Visual-guide-to-Windows-Live-ID-authentication-with-SharePoint-2010-part-1.aspx) and it makes ...
1
vote
0answers
42 views

How do I create a term driven breadcrumb trail?

I'm working with SharePoint 2013 and I edited my html master page in SharePoint Designer to show a breadcrumb trail like we had in SharePoint 2010. The code is placed after the ID ...
1
vote
0answers
54 views

Upload clickonce to sharepoint

I'm following this tutorial to upload a clickonce application to sharepoint. This is my Elements.xml: <?xml version="1.0" encoding="utf-8"?> <Elements ...
0
votes
0answers
10 views

Exporting multiple wiki pages from library

I have set up a test environment where I have added several Enterprise Wiki pages. Now I want to move all these pages to my nev environment. Is it possible to download mulitple pages from the library ...
0
votes
0answers
21 views

Parent terms missing in breadcrumb path

I have a site collection named "Faculty" and a subsite named "General". For "General", I have multiple pages in that subsite. The content of the quick launch navigation for the subsite is based on a ...
0
votes
0answers
18 views

SharePoint 2013 and Dynamics GP 2010 Connectivity

I want to connect my SharePoint Server 2013 instance with Dynamics GP in the same local network. Basically these are the basic tasks that I want to perform: Access basic information (such as Emp ...
0
votes
0answers
26 views

Manager receives user error when approving a task

I am trying to implement Leave approval workflow in sharepoint server 2007. 1) Created a site of type Task 2) Created a Approval workflow for this task. 3) In the approvers filed, I gave my managers ...
0
votes
0answers
17 views

Lists and Libraries Show Up Blank in SPD

SharePoint Designer tends to behave itself and function as well as it is supposed. That is until yesterday. In the contents of the Lists and Libraries tab for the main/top level site shows nothing. ...
0
votes
0answers
20 views

How to get the list of services that required for sharepoint server 2007/2010?

Is there any way to get list of services that required to run the sharepoint server 2007 and sharepoint 2010 I needed to come up list of services for sharepoint to monitor that by manual throught our ...
0
votes
0answers
6 views

sharepoint error current simulation title not found

I have installed sharepoint server envirement on my 2008 windows server. i also configured a web application and created a site collection on http:/myserver/mysite when i try to access these address i ...
0
votes
0answers
22 views

Visual WebPart not showing in FeatureList

I have created a Visual Web Part in VS2010 with SPmetal-generated Entities and a repository. This is the code in the Page_Load() var _repository = new ITStatistikenVWP.TicketsystemRepository(); ...