Scott's Musings
Home
»
What We're Thinking
»
Scott's Musing
» Related Posts
Related Posts
MOSS: Indexing HTML from a Publishing HTML Field
Suleman Ibrahim
I was working on a custom search (Full Text Search) web part when at a point I came to know that managed property of a Publishing HTML field is returning just Text (simple) not actual HTML saved in that field. Whereas client requirement was to show formatted text with hyperlinks etc. in the web part...
on
9 Jun 2009
Configuring Enterprise Library 4.0 for Exception handling and Logging
Suleman Ibrahim
A few weeks back, I was trying to configure Enterprise Library 4.0 for Exception handling and Logging exception into event log but was not able to find any help on internet so it took me long time to do all the configurations for handling and logging exceptions using Enterprise. Library 4.0. Follow following...
on
25 May 2009
MOSS 2007 - Uploading and Indexing Large Files:
Suleman Ibrahim
A client has reported an issue that users were not able to upload files larger than 50MB file which we can resolve easily by updating Web Application settings; however, users were getting Timeout exceptions as well. Furthermore, business told us that business requirement is to be able to upload up to...
on
25 May 2009
Event ID: 6875 in Event Viewer after deleting an SPFolder in a SharePoint document library
Noorez Khamis
ehucsd969j I am deleting a folder from a document library using the code: using (SPSite tempDocLibSite = new SPSite(tempDocLibWebRootUrl)) { using (SPWeb tempDocLibWeb = tempDocLibSite.OpenWeb()) { tempDocLibWeb.AllowUnsafeUpdates = true; SPFolder tempAttachmentSubFolder = tempDocLibWeb.GetFolder(string...
on
14 May 2009
Deploying Windows Media Server in a Single Server deployment and Pointing it to a directory of Media Files
Noorez Khamis
On my SharePoint server, I have a media directory (i.e. c:\media) full of media files that I needed to stream on the web via a SharePoint Media Player Web Part that I created (similar to [1]). At first, I just pointed an IIS virtual directory to that directory (i.e. http://<myserver>/media) and...
on
23 Apr 2009
Unable to add SharePoint event handler to the same list OnSaveChange() in a custom field type
Noorez Khamis
I haven’t found any information on this but today I tried to add a custom event handler to a list automatically when a custom field type is added to a list using the OnSaveChange() method and I got the following error: The specified program requires a newer version of Windows. (Exception from HRESULT...
on
20 Apr 2009
Access default Project Resources.resx from web controls in SharePoint
Noorez Khamis
I struggled with this problem all day today. Here is my scenario: I have created a custom SharePoint rendering template which has a bit of JavaScript in it. In the JavaScript, I want to access a string value in the Resource.resx file that is embedded to my assembly that I’m signing with a strong...
on
20 Apr 2009
Can't deploy SharePoint solutions after installing MOSS on Windows 2008 server (timer service doesn't want to run)
Noorez Khamis
I just installed SharePoint 2007 (SP1, 64-bit, December Cumulative updates [1]) on Windows 2008 standard 64-bit and couldn't get my custom solutions to deploy so I went through the following steps: To install my custom wsp, I ran the codeplex Sharepoint Solution Installer [2] and got the message...
on
20 Mar 2009
Web Application scoped feature issue
Bob Brown
I came across something interesting a few days ago that is documented in the SharePoint SDK, but its importance is understated. In short: If you have any custom features that are web application scoped ( Scope = " WebApplication " ) and you have NOT defined the ActivateOnDefault attribute in...
on
17 Feb 2009
NAnt, SharePoint and Production Deployments
James Schwartz
On my current SharePoint/InfoPath project, we’re using NAnt to deploy absolutely everything. NAnt creates SharePoint pages, imports web parts to pages, activates SharePoint features, deploys assemblies, creates SharePoint lists, creates/updates SQL databases (via DBDeploy ), packages and deploys InfoPath...
on
3 Feb 2009
Page 1 of 2 (40 items)
1
2
Tags
atimason
automation
conference
deployment
Toronto SharePoint Camp
Archives
Archives
May 2009
(1)
April 2009
(2)
February 2009
(1)
January 2009
(5)
December 2008
(2)
November 2008
(8)
October 2008
(3)
September 2008
(4)
August 2008
(2)
July 2008
(2)
February 2006
(1)