sharepoint2007

WSPBuilder cannot find my assembly

I am using WSPBuilder on Visual Studio 2010 to create a feature with a feature receiver assembly for SharePoint 2010. When I try to build the WSP using WSP Builder I get this message in the output window: The assembly MyAssembly.dll is unmanaged. The assembly will be excluded from the WSP package! The defined Project Assembly seems not ...

How do I do to deploy a site collection via features

I'm trying to create a Feature to save into it a full site definition with contents and themes. ...

SharePoint: Adding a Content Type to all Document Libraries

We have hundreds of document libraries, spread all throughout various site collections in a MOSS 2007 SharePoint site. The problem is, that I want to add Content Type to show up in addition to the "New Document" and "New Folder" content types: the "Link to a Document" content type (0x01010A). This new content type should should up for a...

SharePoint extensions for VS - which version have I got?

I'm using Visual Studio 2008, and have downloaded VSeWSS.exe 1.2, to enable Web Part development. I am new to SP development, and am already bewildered by the number of different versions of SP, and the VS add-ons. This particular problem has come up, which highlights my confusion. I selected Add -> New Project -> Visual C# -> SharePoin...

Determine which edition of SharePoint is Installed?

What is the most reliable way to determine which version of SharePoint is installed. Whether it is WSS or MOSS. If MOSS, whether it is standard or enterprise. I want to programmatically detect the exact SharePoint version installed.. PS: I already have posted this question http://www.sharepointoverflow.com/questions/1395/determine-whic...

Programaticaly creating new column in Sharepoint List using Web Services : C#

Hi, I have new list using AddList funtion of Lists Web Service. No i want to add new columns into it. I tried code given on: http://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems.aspx But not getting solution yet.It is simply adding new value to existing Columns. Note: Using Web Services . (I am not using Microsoft.Shar...

Need Technical Specification Document Template for MOSS.

Hi All, I am looking for a decent tech spec documentation template for a MOSS implementation. If anyone can share any existing document template then it would really help me. Thanks Bhaskar ...

SharePoint Approval Workflow Question

I have SharePoint site with publishing features enabled. I have a custom content type with the out of the box approval workflow configured. In the Workflow settings, the final option to "Update the approval status (use this workflow to control content approval)" has been checked. The lists on which the content type is configured do not...

Sharepoint UpdateList Method : Newly created Columns are not visible.

Hi, I worked on code .It is working successfully. But Problem i am facing is: New Columns are not visible in List ( I tried with With Setting Required = "TRUE" ). I tried with compairing Field Value of Both Visible and No-Visible Columns. Difference i found is : Visible Columns (Created Manually) doesn't contain Version value. wereas...

Which method of accessing sharepoint is better?

Hi All, I am working on small application of sharepoint. There two ways in which WE can access Sharepoint data: 1.By Using Microsoft.Sharepoint.dll In this case you need to do coding on same machine (windows server). 2.Second way is to use Sharepoint Web Services. This will allow developer to do developement work on different machine...

Create a custom Search Center

I have a client that wants a custom search center that uses the theme that their site uses instead of the default theme. They also want custom navigation tabs that reflect the ones in thier sites in the search center navigation. I do not want to apply these changes to all sites, just the ones the clients wants. How do I create a new se...

Connecting Visual Studio2010 to local Sharepoint

Just installed Sharepoint2007 and VS2010. Made an empty Sharepoint project, and opened the server tab in VS. I saw an option to make a Sharepoint connection. I tried to, but it gave an error, saying that a Sharepoint server is not installed on the machine. I can surf to Sharepoint's Central Admin, and all is well. Do I need to have a web...

Calendar List View - Month and Day format

Some one changed my Calendar list view and showing like this. Day, Month and Year is showing again next to it in braces as seen in below figure. I thought It might be Default.ascx in control template folder but Everything is looking good in there. It is showing in only one site collection in a Web application (Other Site collections in...

Question About Microsoft Sharepoint and BPMS

Hi everybody. Can I use Microsoft Sharepoint for implementing business proceses without writing code and without any knowledge about web development and database design? ...

Suggest FreeWare or Paid Network Share explorer WebPart in SharePoint

Hi, Can any one please suggest any good Network share explorer WebPart in SharePoint where in it provides all basic features like expand-collapse network share folders in left pane and containing files/folder in right pane, Drag and drop feature, Cut and or copy - Paste feature... I really appreciate any help. Nikhil. ...

What does Method = "put document: 12.0.0.4518" means?

Hi All, I was trying to upload large size file on Sharepoint. And got following code sample (i.e FrontPage RPC (Remote Procedure Calls)) I am not getting use of "put document: 12.0.0.4518" and "string serviceName = "http://servername/sitename/_vti_bin/_vti_aut/author.dll";". I have worked on code but it is showing " Response time O...

Sharepoint Shared Services Error

I am biulding a sharepoint 2007 farm but whilst trying to configure the Shared Services I am getting an error of (Provisioning failed: Value cannot be null. Parameter name: adminWebApplication) I have tried googleing but dont seem to come up with an exact answer. Thanks ...

letting the a group of users to be owner of SiteCollection....?

Is the quoted question below is possible in sharepoint, if yes, please suggest some solution too. I will be grateful. "Can we let a group of users to make their own site collections, and then to make them the owners of their own site collections. Mind you, other users in a group should not be able to access each others site collection...

Dropdownlist in sharepoint with sites name populated

Hi, I wonder how can I populate the dropdown list with sites name within the site collection? Thank you. ...

Scheduled publishing of sharepoint listitems

I know its possible to schedule pages for publication in SharePoint 2007. Is it also possible to do this for listitems? For example, a list of links to news stories. Could these be scheduled for future publication? If so, how? ...