sharepoint2007

A suitable MVC / MOSS 2010 Architecture

We currently are running moss 2007 for an enterprise internet facing site. The site's main functionality is surfaced using FAST search with MOSS 2007 used for the cms aspects. We find that the performance and development experience inside of MOSS to have been quite painful. We are planning to migrate to MOSS 2010 but the plan is to use ...

Develop SharePoint 2007 with Visual Studio 2010

I’m new to SharePoint development. We are currently running SharePoint 2007, but we have Visual Studio 2010 installed on the development server. I’ve been successful developing web parts using class libraries in 2010, but I’m wondering if there are any templates for vs2010 that will still work on SharePoint 2007. Looks like all the templ...

access denied error. currently you are signed in as a Domainname\username?

hi all, when user redirecting from _layouts page to site default page we are getting access denied error currently you are signed in as a Domainname\username. in _layouts page when the user clicks on submit button it will update the list fields and redirect to site default.aspx page. please tell me why we are getting this error. ...

how can i to pass a value of a list's column to an infopath form?

i have a list that contains column about books(library),i want to click on the code of book,then an infopath form will open with the code passed to it,and the other information will fill by user at the end submit this form and the book will lend to a person.that is the senario. can i do this with sharepoint2007?can anybody help me becaus...

PlaceHolderMain controlling td width of hard-coded values

In my custom .master page I have the following code: <asp:ContentPlaceHolder id="PlaceHolderMain" runat="server" Visible="true" /> This prints out the main content of my page. It contains this structure <table ID="OuterZoneTable" width="100%"> <tr>...</tr> <tr id="OuterRow"> <td width="80%" id="OuterLeftCell">...</td>...

HELP! WebClient.UploadFile() throws exception while uploading files to sharepoint

In my application i am uploading files to sharepoint 2007. I am using using (WebClient webClient = new WebClient()) { webClient.Credentials = new NetworkCredential(userName, password); webClient.Headers.Add("Content-Type", "application/x-vermeer-urlencoded"); webClient.Headers.Add("X-Vermeer-Content-Type", "application/x-vermeer-url...

Does MOSS 2007 workflows support calling external mehods ?

Hi all I have a custom sharepoint workflow that I need to call an external method defined in a local service it always throws an exception System.InvalidOperationException: Could not find service of type 'ListItemCheckService.IListItemCheck' through the currently configured services. Consider adding the service to ExternalDataExchange...

sort dropdown field, sharepoint 2007

I have a list form in sharepoint that contains lookup dropdown fields. I'd like to sort the data within the dropdown to descending. Viewing the form code within sharepoint designer, is there anyway to include code in the XPath expression to sort the data? <SharePoint:FormField runat="server" id="ff4{$Pos}" ControlMode="Edit" FieldName="...

Custom Display Form with Custom Workflow button

I have created a new custom list form that will show 4 fields on the page from a Custom List called "Shipment". I have added Form Action button that I would like to run a custom action that is set inside of a Workflow. Currently, the form displays the fields for "Manifest Number", "Pickup Location", "Delivery Location", & "Scheduled Pick...

Is there limitation for maximum number of files which can be uploaded in SharePoint location in one folder.

Is there limitation for maximum number of files which can be uploaded in SharePoint location in one folder. Is there limitation for maximum number of folders/sub folders which can be created in SharePoint location. Whether specific naming convention is required to be followed for folder/file creation in SharePoint(Special character allo...

Adding Sharepoint 2007/2010 ontop of TFS 2010

So i finally have everything up and running and everyone is mostly happy - TFS 2010 rocks! However i now want to add office sharepoint, i didn't want to have it installed first because i was worried that it would stuff with things and i wanted to look back on the TFS installation, once i knew how portals were created. So what is the be...

Searching Computer Names from AD in MOSS 2007

Hello, I have an urgent requirement in MOSS 2007 as below, I want to search/get Computer Names from Active Directory in SharePoint just like search users; Could you please check and help on the same ? Thank you. ...

Get logged in user details in sharepoint c# webpart

Hi, After much wrangling I have a development environment for building sharepoint webparts in c#. I'm completely new to SP development, so I haven't quite found the various API docs, so I'm hoping someone can help get me started. Eventually, I want to write a simple web part that allows its user to display different content depending ...

SharePoint Web Part on Masterpage not displaying on SubSite

Hi all, Scenario: - A out-of-the-box DataFormWebPart on masterpage connected to a top-level site List. - A subsite using that same masterpage from top-level site. - Error happens when accessing the sub site as below Stack Trace [InvalidOperationException: Operation is not valid due to the current state of the object.] Microsoft.Shar...

MOSS Faceted Search 3.0

Hi, Has anyone installed Faceted Search v3.0 for MOSS working with date columns? When I map a column of DateTime type and click the Search BreadCrumb webpart "remove filter" link (next to the edit filter link) an exception is thrown. The search Breadcrumb webpart throws an error when I click the "Remove filter" link (this is the one r...

SharePoint weekly summary alert with calculated columns

I have a SharePoint list that accepts incoming email and has two calculated columns based on the Email Subject. Immediate alerts, RSS etc all work fine but the Weekly Summary Alert has #VALUE! for all the calculated columns. Is there a reason for this? Can I get it to show that actual calculated value? ...

MOSS Collect Data from user custom email

Hi, I am trying to send out a custom email, after the Collect Data from user step in my primary workflow which starts when an item in list X is created. I have created a secondary workflow to start when a new Task item is created (this is created by the Collect Data from user action in the primary workflow). But have a problem retriev...

Exception thrown on secondary workflow

Hi All, I am running a workflow fired when a new list item is created, the workflow creates a new task item and sends an email. This works fine. I have another workflow fired when a task item is modified, when I try and modify the task item and click complete an exception: I have checked the recycle bin and the item asscociated with ...

How to restrict upload browse location in document library from another document library in SharePoint 2007

Hi I am just wondering if it is possible to restrict upload on a document library to browse from another document library in the same site. ...

DirectoryServicesCOMException when working with System.DirectoryServices.AccountManagement

I'm attempting to determine whether a user is a member of a given group using System.DirectoryServices.AccountManagment. I'm doing this inside a SharePoint WebPart in SharePoint 2007 on a 64-bit system. Project targets .NET 3.5 Impersonation is enabled in the web.config. The IIS Site in question is using an IIS App Pool with a dom...