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 ...
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...
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.
...
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...
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>...
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...
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...
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="...
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 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...
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...
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.
...
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 ...
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...
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...
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?
...
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...
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 ...
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.
...
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...