Tagged Questions

19
votes
13answers
1k views

How is SharePoint perceived in your company?

UPDATE An interesting time to revisit this question. Is perception still the same now that SharePoint 2010 is beginning to take hold? Certainly implementing 2010 is not without its own challenges, ...
16
votes
7answers
646 views

What is the point of SharePoint?

My company have started to use SharePoint. Now, as a software developer I simply can not understand the advantages of such a system. To me it just looks like a browser based application through ...
13
votes
16answers
20k views

FileNotFoundException with the SPSite constructor. What's the problem?

I try to instantiate a instance of SPSite on the farm server in a custom software (MyApp.exe) and I give in parameter the whole website (http://mysite:80/). I also made sure that the account running ...
7
votes
7answers
905 views

What SharePoint development concepts are the hardest for ASP.Net developers to understand?

I'm trying to put together SharePoint 2007 (and, eventually, 2010) training materials for experienced ASP.Net developers, and having done SharePoint for years, I don't really remember where the worst ...
6
votes
4answers
523 views

When does one use Web Parts vs. Full blown ASP.NET application in SharePoint?

I'm still struggling with this question as I'm trying to get up to speed with SharePoint, coming from ASP.NET Web Forms. We're looking to use SharePoint exclusively for several reasons; one of the ...
4
votes
5answers
2k views

How can I tell if a candidate is a good Sharepoint Architect / Developer?

I need to interview some people for a position as a Sharepoint Architect / Developer role. While I am proficient in .NET, I have worked very little with Sharepoint, so I am unsure how to test the ...
4
votes
1answer
2k views

Best Practices for Deploying Timer jobs in Server Farm Environments with multiple WFE

i have a timer job which i want to run only once per day, for the entire farm. How do I Deploy it in a multiple WFE environment? Do I run the stsadm -o deploysolution command in every WFE, or just ...
3
votes
2answers
161 views

Sharepoint Coding standards

I just came accross this table: Please let me know what difference in poor-->better for the last 5 items.
3
votes
2answers
239 views

Using GetChanges in Sharepoint SiteData web service

I am trying to use this code to get changes in a site collection. But i don't know how to get the databaseId. SiteData.SiteData siteData = new SiteData.SiteData(); ...
3
votes
1answer
536 views

SharePoint | Filter a Calendar with a query string

I am looking for a way to filter a SharePoint Calendar WebPart by using a query string. It looks like the default "Query string (URL) Filter" web part doesn't work for this. Thanks for the help, ...
3
votes
1answer
689 views

How to check the permissions of a user with a site collection?

I want to check if a user is a site collection administrator of a particular site collection. When I go through the member functions I see two functions site.CheckForPermissions(SPReusableAcl acl, ...
3
votes
5answers
184 views

ASP.NET developer looking to get into SharePoint - 2007 or 2010?

I've been working with ASP.NET for about 5 years now and I'm looking to get into SharePoint development. Would it make more sense to get up to speed on SP 2007 first or just dive straight into SP ...
3
votes
7answers
9k views

How to restore a SharePoint 2007 backup on a SharePoint 2010 server

I have a backup of a SharePoint 2007 site. Is it possible to restore this backup on a SharePoint 2010 server?
2
votes
1answer
22 views

using <In> tag in CAML Query sharepoint

I am using below CAML query but when I run,it returns all data from document library instead of only corresponding to the < Values> specified in the query <Query> <Where> <In> ...
2
votes
2answers
425 views

Sharepoint LookUp field on Choice field?

How to create a lookup field for the Choice field..For eg: In a list i have Choice field and i have to create an lookup column in other list pointing to this choice field ..When i select this list ...
2
votes
0answers
82 views

Deploying files inisde WPRESOURCES using WSPBuilder

How can I deploy files in the 'wpresources' folder using SharePoint wsp package built by wspbuilder? 'wpresources' is outside 12 hive (or 14 hive). So how can I copy files outside the SharePoint hive? ...
2
votes
1answer
30 views

Sharepoint 2010 Exclusive columns?

Does anyone know a way to have two columns in a SP2010 list that are exclusive? I need to ensure that there is only a value for ONE column, not both. Basically I need the following structure: ...
2
votes
1answer
631 views

Sharepoint 2010 SPListTemplate how to get list of fields?

I need to get all fields from my list template? How can i do this? var web = site.OpenWeb(); var template = web.ListTemplates["SomeTemplate"]; template ... ???? -There is no method to get fields.
2
votes
1answer
724 views

Adding HTTPHandler using SPWebConfigModification

I'm using the following code to add few httpHandlers (for Telerik controls) through the following code. SPWebConfigModification webConfig = null; webConfig = new ...
2
votes
2answers
237 views

Download a document from SharePoint with version number

I need to be able to download a file out of SharePoint (to send externally) that has the version number in the file name. Is there any way to do this without custom code? If not, how would I code ...
2
votes
2answers
356 views

Why should i upgrade to Sharepoint 2010 for an intranet site

What possible reasons can be there for me to upgrade my intranet to SP 2010 from MOSS 2007. Are there some big leaps in functionality and/or performance?
2
votes
2answers
243 views

Add New Calendar Type To Sharepoint such as Persian Calndar

can anyone tell me how i can add new calendar type such as Persian Calendar in sharepoint
2
votes
1answer
351 views

Converting Sharepoint 2007 solution to 2010

Has anyone converted a Sharepoint 2007 solution to 2010 ? I have a highly customized 2007 solution and need to upgrade it, i've seen some info on this, e.g. here but my solution is more complex than ...
2
votes
3answers
243 views

Migrating SharePoint 2007 to 2010

Is a sharepoint 2007 webpart likely to work on 2010 without any modification? If not, what are the main areas that would require modification?
2
votes
2answers
44 views

SharePoint Resource Data

In SharePoint 2010 is there any list specific to storing resource string? What are the other alternatives available to store resource strings in SharePoint? Thanks.
2
votes
3answers
229 views

Different Uses of PowerShell With SharePoint?

Following the release of SharePoint 2010, there has been renewed interest in using PowerShell to manage SharePoint solutions. I'm interested in finding out how my peers are currently using PowerShell ...
2
votes
3answers
236 views

How to track folder permission event?

This is about folder level permissions. We have a document library with break inheritance. While adding folders, sub folders through code, again we coded for break inheritance. Now the requirement is, ...
2
votes
3answers
1k views

Is using SharePoint as a intranet/extranet portal a good idea?

I work for a fortune 500 company in IT and we have developed many systems/applications to do a variety of things. We are in need of some commonality of these applications and a better ...
2
votes
2answers
199 views

Upgrading to Sharepoint 2007 to Sharepoint 2010

Have you anyone tried this so far? Did you find any issues? We thought of upgrading our SP server to SP 2010 since it provides many flexible development environment. What would suggest as best ...
2
votes
4answers
4k views

Deploy custom web service to sharepoint server(2007/2010)?

According to MSDN, for deploying custom web service, we need to create *wsdl.aspx and *disco.aspx files, and put them with .asmx together under _vti_bin folder (C:\Program Files\Common Files\Microsoft ...
1
vote
3answers
49 views

Exception while executing CAML query sharepoint 2007

Name of the column in document library is : Column name => Keywords (Sub-Processes, Methodology, Servicing Model, etc) Column Type=> Multiple lines of text We are using the above column name in the ...
1
vote
3answers
48 views

Sharepoint: Sharepoint custom list validation

Can anybody tell me how we write validation formula for "single line of text" fields in SharePoint list that it accepts characters only.
1
vote
1answer
33 views

Sharepoint's event flow giving me problems

I have been fooling around with SharePoint 2010 and to be honest I don't have any problem except maybe how the event flows are handled. I might be missing something. As of right now I have a visual ...
1
vote
2answers
49 views

How to keep log of all users who are visiting site or page on site Sharepoint 2007

We have sharepoint site and we are using sharepoint 2007. We want to keep track of all users who are accessing the site and pages of the site. We are checking sharepoin site usage report but we are ...
1
vote
3answers
57 views

Querying sharepoint data

I have a requirement to retrieve data from share point (I guess it is 2010, but will check with admin if relevant) and generate an excel report/chart. Say we have a bug tracking system in share point. ...
1
vote
2answers
159 views

(SPFieldLookupValue) splistitem of Lookup type throws Object reference not set to an instance of an object exception

I have a sharepoint list which has some Lookup fields. When I iterate through the items in code, i get this error: Object reference not set to an instance of an object. This error appears only on ...
1
vote
2answers
101 views

Sharepoint 2010 “Failed to render field Created_x0020_Date, use default value instead”

Our company recently upgraded from Sharepoint 2007 to 2010 and with the upgrade it managed to break a filter on one of our sites. The site is mostly just a dressed up document library with a custom ...
1
vote
1answer
237 views

Sharepoint OOTB webservice to get all subsite url and their titles

I'm using MOSS OOTB WebServices wherein I in need a webservice method name which gives me all subsite Urls and their titles.. I'm using GetWebCollection method of Webs.asmx webserive but this method ...
1
vote
1answer
44 views

what happening ,behind the screen when creating web application [closed]

i am very new to sharepoint,And i need to know, waht happening ,Behind the screen when creating web application in sharepoint2007 and sharepoint 2010.
1
vote
1answer
363 views

Sharepoint 2010. Add custom background and frame for content editor webpart

I need to create custom webpart with complex (few divs, or other html elements) background and borders. How can i use default sharepoint content editor and just add predefined background and frame!? ...
1
vote
1answer
172 views

How to get Controls in infopath forms programming

I have do some customizations in the infopath forms , so i have choose edit form the code option when a button clicked...I would like to know how can we get the control ids in the code.please let me ...
1
vote
1answer
76 views

Sharepoint 2010 Dashboard showing error when we try to connect DataSource

SharePoint 2010 Dashboard showing error when we try to connect Data Source.the Error is "An Excepted Error Occurred Contact to Administrator". Kindly help me out. I have goggled a lot but i am unable ...
1
vote
1answer
171 views

sharepoint 2010. SPField set control for edit and preview

I need to add custom editor for my created sharepoint field. How can i set control both for edit mode and preview mode. Will be two different controls! I found that i can override ...
1
vote
2answers
452 views

FBA Authentication and Security Token Error

There is a login form with any authentication logic. I enter login and password, then I click "Login" and get error "The method or operation is not implemented" in this code line: SecurityToken tk = ...
1
vote
0answers
75 views

How to Write Code Compatible with the Security Architectures of both SharePoint 2010 and 2007?

I'm currently reworking some code written for a SharePoint 2010 application, utilising Claims-based Authentication. However, I'm not that familiar with CBA and need to make the code work within a ...
1
vote
3answers
990 views

SharePoint List Item Event Handlers

I have the following scenario in my SharePoint 2007 project. I have timer job definition which each 30 minutes updates SharePoint list from the SQL database table. I also have added item event ...
1
vote
2answers
668 views

SharePoint: Ribbon Contextual Groups and Tabs

I am new to SharePoint ribbon. I would really appreciate if you can please help me out to find why I do not see the View and Edit buttons in the Manage group of my tab. Here are my definitions for ...
1
vote
1answer
449 views

PreUpgradeCheck reports missing web parts but they don't actually seem to be missing

I ran the stsadm -o preupgradecheck and I get this issue reported but I can't see any reason there is actually a problem. The following web part(s) are referenced by the content, but they are not ...
1
vote
1answer
55 views

Sharepoint 2010. Can i store database information

Can i save some serialized objects to sharepoint 2010 database? I need to save List of SType objects: class SType { string A{get;set;} string B{get;set;} } And i dont want to create list for ...
1
vote
2answers
697 views

How to customize alert notification mail body when user subscribe for alert

I want to customize initial alert notification message body when any user subscribe for alert. I know how to customize alerts message using AlertTemplate from 12/14 hive template\xml folder, but ...

1 2 3 4