moss

How to add search.asmx web reference to webpart application in VS2008 ? facing problem.

Hi, I am trying to create the custom search webpart. I want to use Enterprise Search Query Model (MOSS) . But unable to add the web reference of the search.asmx webservice. infact it has no WSDL file. just wondering about what setting it needs.... too If anybody know how to do, same. please let me know. you can find the search webservice...

Autostart the first assignment in sharepoint Learning Kit

Hello all, I am facing problem in autostart the first assignment (shown in the left navigation). When I open the package, it is showing a page with message "Select an activity". How to solve this one. Thanks in advance ...

Property showing up in crawled properties selection (Search)

I have user profile property called "Chapter". It is index when it was created. But this property is not showing up on crawled properties selection window to make MetaData Property Mapping for searching. How can I get this property on crawled properties selection window? ...

How to overwrite policy settings ?

I have "Workemail" property defined in SSP. Initially it was created as "Required" Field. But now I want to make it to "Optional". It is not allowing me to either edit Policy Settings not remove property. Is it possible to overwrite Policy setting through code using SharePoint Object Model. Please let me know, overwrite this? ...

Why my BDC is not importing new profiles from DB table?

I have 72000 profiles records in SSP profiles database. I connected this BDC with SQL table. SQL table has 81000 records. When I do full Import it is importing only 72000 records only, not complete 81000 records. How to get them into SSP? ...

Cannot debug Sharepoint application using non system account user ?

I am using WSPBuilder to develop Sharepoint2007 sites, whenever i try to debug using one of the users that are not System Account, the debugger enters to the breakpoint and waits a step (F10), when i press F10, i get the following exception in the debug output window after pressing F10 on the line having the breakpoint: A first chance e...

Crawling unlinked content in SharePoint 2010/2007

I have a pages library full of published pages that do not have a link anywhere in my SharePoint site. After a full crawl of my site collection only the default page (there is no navigation menu on the default page) of the web in question is indexed. I know that if I make a page that links all of the pages this will work, but the probl...

SharePoint Custom Field - is it possible to handle item deletion event?

I'm expanding SPFieldText and BaseFieldControl to create a custom field. The field saves some data externally (for example, on a database or on another list) Within the control I'm able to handle Edit and New events (using ControlMode). I'd like to run a function and clean up some data when an item containing my field is deleted. Is t...

SharePoint Event Handler

I'm having an issue with an event handler in SharePoint. I have a list of items (List A) which has an event handler attached to it with code for ItemAdded and ItemUpdated. When either of these events triggers, I want another list (List B) to be updated with the minimum value of all similarly names items in List A. Think almost like Mi...

problem breaking up one SharePoint project into pieces

I'm trying to break my sharepoint project into a few smaller projects. I could easily move utility files in different project. However i encountered a problem when i moved custom-fields. If i move custom-field from ProjectA to ProjectB and set ProjectA to reference ProjectB's DLL, building and deploying work fine. However, when program ...

How can I inject server control to a list form in SharePoint 2010?

In 2007 I used Custom Action with ControlClass to inject custom code to a form. It was very convenient to target custom functionality with way (e.g. enable it for a custom content type). In general I need to implement an import button on an issue form that will generate KB article and redirect to the created wiki page. Since for the r...

SharePoint Data View Web Part ParameterBinding and Filtering...WSS vs. MOSS

I have a DataViewWebPart that is filtered based on a text box which contains the a string. When run under WSS, the first time the page loads, it filters the data fine. When run on a MOSS machine, the first time the page loads, no data is appearing. The text box has the correct value in it to filter. I also have a drop down list in a...

how to enable explorer view in sharepoint 2010 and moss 2007 for document libraries?

I have already enabled webclient service but i think I m missing something tht has to be done... ...

Cannot Delete List Columns

I am having problems deleting columns from a form library in MOSS 2007. When I go to the form library settings, the columns are listed and the note in the column header says "click to edit" (and delete). However, only certain columns are even clickable. Why is that and how can I delete the ones that are not clickable? ...

SharePoint GetListItems Return Keys Inconsistent

When I call the SharePoint GetListItems web method, it returns some of the items with a GUID as the key, and the rest with a text ID as the key. For example, if I have a form library with three columns, say UserName, EnvironmentName, and LastStatus, they might be returned as follows: ows_b5acede2_x002d_ab94_x002d_470f_x002d_b9e9_x002d_...

SharePoint web part access to file share using Kerberos from Extranet via ISA doesn't work.

I have the following scenario: A web part on Sharepoint Web Server accesses a file share on another server Kerberos authentication is set up and INTERNALLY files on the share can be successfully accessed Our SharePoint site is published externally via ISA with forms based login for authentication Kerberos authentication is working from...

custom css file in sharepoint online won't update

Hi all, I am working on an intranet in Sharepoint online. I have added a custom css file and included it in the masterpage, after the default stylesheets. In the sourcecode I can see it clearly and I can follow the path to its intended file. Earlier I had no problems to check it out, edit in Sharepoint designer, save it, then check...

Problem with Sharepoint 2010 quick launch

I am creating a site in Sharepoint 2010, and then packaging it into a wsp. things are working fine, but there is one problem when i deploy the wsp to a new site. There is a list in the quick launch, which does not get called correctly when the wsp is deployed. Is there some way to tell the quick launch to dynamically pick the list id whe...

Dynamic link to be placed in SharePoint Quicklaunch

Okay .... here is the scenario, I have this web page called CreateXYZ.aspx in my sharepoint site and I have to pass a list id as a querystring to this page. I have put a static link in the quick launch and set the link as CreateXYZ.aspx?listId=%whtever% ... things work fine in this site, but when i create a wsp of the whole site, and dep...

Automatically select an item after filtering in a Connected web part

Hi, I have an Image Web Part that is connected to another web part. Whenever I run a filter on ID, there is only one file to be selected in the connected web part. But, I have to manually select this item's radio button to display the image in the Image Web Part. I want the connected web part to be hidden so that only the image is dis...