6
votes
16answers
359 views
What developer features excite you the most for WSS 4.0 / SharePoint 2010?
There's been a lot of developer frustration working with SharePoint but we all hope Microsoft has been listening. With that in mind...
What updated and new features for developers excite you about …
5
votes
2answers
309 views
How to reference two versions of an API ?
Hi
I have a need to reference two different versions of the Sharepoint API dll. I have a webservice that needs to run under both Sharepoint 2 and Sharepoint 3, but also needs to work with new …
3
votes
1answer
360 views
How do I check if a Sharepoint Document Library has the Require Approval flag set, using the Sharepoint API ?
Hi
It would also be useful to be able to check the "Requires Checkout" flag as well. I thought it might be a property on the SPDocumentLibrary object, but I can't see it.
Do I need to look in one …
2
votes
3answers
141 views
Will using a SPListItemCollection returned from a function reopen the SPWeb?
After reading Stefan Gossner's post about disposing objects and this question about Cross method dispose patterns, I found that I was guilty of accidentally reopening some SPWebs. I know in Stefan …
2
votes
3answers
132 views
Regarding SPLongOperation Object In SharePoint 2007
I am using the SPLongOperation Object in my project to introduce a delay while navigating to a new page.The in-built page uses the default css styles and branding.
I want to customize this page …
2
votes
3answers
518 views
SharePoint and <identity impersonate=”false” />
I would like to use integrated authentication to access a SQL database from a web part. It should use the IIS Application pool identity.
By default you will get the error:
…
2
votes
3answers
232 views
How to programmatically destinguish between WSS and MOSS
I need to know if I am working with SharePoint Services or SharePoint Portal Server when using the SP API. Is there a way to do this in code (C#)?
2
votes
10answers
3k views
Easiest way to extract SharePoint list data to a separate SQL Server table?
Edited:
What is the easiest way to scrape extract SharePoint list data to a separate SQL Server table? One condition: you're in a work environment where you don't control the SQL Server behind the …
1
vote
2answers
28 views
How can a web part know it’s EditorPart is open
I've created a web part with a custom editor part.
Now I want to make changes in the behaviour of the web part if the editor part is open.
I can almost get it to work by setting a flag in the …
1
vote
1answer
80 views
Script SharePoint crawl rules
I want to exclude certain pages from MOSS indexing like a confirmation page that sits in the pages library in the root of my site: http://server/Pages/ConfirmSignup.aspx
I can do this by going to …
1
vote
0answers
136 views
Sharepoint doing an automatic discard checkout - losing changes!
Scenario:
Through web interface, I check out and edit a file.
I exit my (non-office) application. My application asks if I wish to check in, and I reply no. Document with my changes remains …
1
vote
1answer
126 views
“ASP.NET MVC” CMS in Sharepoint Services
I'm evaluating the options for a CMS in ASP.NET MVC. I'm currently working on a multi-tenant app that requires CMS funtionality. I've been looking at N2, Mojoportal etc, but I'm also interested in …
1
vote
1answer
588 views
SharePoint SPFolder.SubFolders.Add not actually adding a folder
I have a couple document libraries that are just standard libraries -- no associated custom content types or anything. I am trying to add subfolders to them, and in some cases it just doesn't work.
…
1
vote
2answers
111 views
How did I get multiple lists with the same name in my SharePoint site?
I have a SharePoint site that's being created from a custom site definition. The site definition has the following Features:
A custom content type.
A custom list template whose schema.xml file …
1
vote
2answers
220 views
Removing ‘;#’ from SharePoint ListItem data
In SharePoint many fields id-value pairs that are formatting like the following id;#value. This is further complicated with fields like multi-lookup where when extracting the value of that field can …
