sharepoint2007

SharePoint Intergrated SSRS reports not rendering on external URL

I have the following issue: Client has single server deployment of Share Point (MOSS2007) standard edition, SQL 2008 R2 (enterprise edition) and reporting services integrated. Web application with 4 zone Default - windows extranet - forms internet - forms intranet - windows When accessing the reports from internal URL's, rendering i...

Sharepoint 2007 - custom context menu for certain file types

Hi, I was wondering if someone could help me out with Sharepoint 2007. What I want to do is to add a custom menu item to a context menu (the menu that opens when you click a document or another item). Right now, the menu looks like this: picture I want to add an item, "Do stuff" for example, to this menu. Major problems: I wish thi...

How can I use unit testing framework on sharepoint 2007?

Hi everyone, I have a MOSS2007 application and now I want to unit test on the application? There is any way to do that? Thanks ...

Site column does not get deleted.

Hi, I have a Site column which i delete programatically using the following code. I have already removed all references to the field previously. However, even if there is not error, it goes to fieldtodelete.Delete() and steps through the next line. However, when i check the Site Column collection using SPM2007 or via the UI the site co...

ASP MVC 2 in Sharepoint 2007 Security Exception

Hello Everyone, I am trying to configure ASP MVC 2 Framework to run within a SharePoint 2007 install on IIS 6.0. I have managed to get the two web.config setups together, and made GAC and global.asax changes. When I try to access the MVC application within the SharePoint domain (http://Sharepoint.com/MVCApp), I get a security exceptio...

SharePoint Lookup field, what is it?

SharePoint Lookup field, what is it? Please share, thanks. ...

Sharepoint: How to get value of the column?

Hi all, I have list in Sharepoint with new column "First line approvers". Type of this column is "Person or Group" and "Allow multiple selections" is set to "Yes". How can I get and modify values of this column in runtime(from workflow) ? ...

How to create UNC Path? to access in sharepoint

Problem Scenario: I want to access files [Images/Video] stored on different file server from SharePoint. I have to two servers Server1 [Web Front End] and Server2 [File server with IIS] Now i want to access images/video stored on file server from SharePoint. e.g. let’s say we have video list in SharePoint, so when adding new item autho...

Sharepoint Site not getting created

I'm trying to create Sharepoint Site based on SalesLeadPipeline template but its is giving the following error Feature '75a0fea7-9507-49c7-a473-0ce55c18ef89' is not installed in this farm, and can not be added to this scope. Troubleshoot issues with Windows SharePoint Services. I also installed the Expense Reimbursement & Approval te...

SharePoint 2007 (MOSS 2007) Database migration

Hi, How difficult is to migrate the SharePoint database from SQL Server 2005 to SQL Server 2008. Is just a question of backing up and restore the database in the new server and point MOSS the new server or are there many other steps involved? Thanks ...

problem with Enterprise Portal and Role Center installation

Hi, I have installed the following: .Net Framework 3.5, windows installer 3.1, IIS 7.0, ASP .NET, Microsoft DynamicsAX .NET business connector, AMO, AOS and Microsoft office share point server 2007 when trying to install Enterprise Portal and Role Center on office Sharepoint server I got a warning when the installation finished. W...

Sharepoint: How to get value of custom columns.

Hi all, I have list in Sharepoint with two new custom column "First line approvers" and "Second line approvers". Type of this columns is "Person or Group" and "Allow multiple selections" is set to "Yes". How to get value of custom columns? I try this method: string Name = item["Name"] as string; string ModifiedBy = item["Modified By...

How do I join the current item in a list to items in another list?

I've got a list of items in a list, say issues, and have linked to these from another list, say subIssues. Using sharepoint designer 2007 i have successfully linked the 2 lists on the dispForm.aspx page, however it simply shows all the joins. I need to link it to the currenty item, i.e. the item ID that is currently being viewed. So...

Share point developer

Hi Guys i am having good experience in c#. But i want to plunge into share point. Is it easy? i dont want to write too much code and too much learning in my next role. Can you please give your ideas? I want to learn sharepoint 2007 and then learn share point 2010. Is it involving a lot of code work? Thanks Robert ...

How do I change the default Issue ID column in the Issue Tracker List in Sharepoint 2007

I've created a new a new Issue Tracker List in Sharepoint 2007 but I want to rename this to Risk Tracker. My problem is that there is a default column called Issue ID which cannot be renamed since it does not appear in the editable columns list. Is there any other way to change this column? ...

Programmatically Lookup a User in SharePoint

I’ve encountered a situation where I need to be able to lookup a user by their active directory name. I’ve tried looking for the user in the SPSite.Users, SPSite.AllUsers and SPSite.SiteUsers properties, but the user isn’t guaranteed to be in any of those lists. For users who gain permission to the site via an active directory group th...

SharePoint 2007 web parts integration with Project Server 2007

To my knowledge, web parts have the ability to display portions of other Web pages. Is it possible to integrate SharePoint 07 with Project Server 07 and display portions of a Web page from the Project Server via a web part that's on a SharePoint site. If it's possible, how difficult is it to do? I found these pages (Integration with Of...

Developing a replacement for Sharepoint “Alert Me”-function

Hi guys I'm pretty new to sharepoint-development, so I thought I'd check real quick with the gurus in here. I've been given the task of building a replacement for the built-in Alert Me feature. The main reason for this is to allow for alerting members of a role with a forms authenticated sharepoint. This is where you guys come in. I k...

How can I modify value of SharePoing.WebControls before it is rendered.?

Is there any way allow I can modify value of SharePoing.WebControls before it is rendered.? ...

Not allowing user to delete a list in Sharepoint 2007

I have a list with multiple items. I don't want the user to delete the list when there are items with running workflows. I'm trying to avoid orphaned workflows and get more control over what the user is allowed to do with data in lists. I've already implemented a part which denies the user to delete a single item with a running workflow...