Posts
  • Vu's Technical Notepad

    Implementing Inheritance in SQL Server

    • 0 Comments
    This is a great article on how to implement table inheritance in SQL Server.
  • Vu's Technical Notepad

    STSADM Technical Reference in Silverlight

    • 0 Comments
    http://technet.microsoft.com/en-us/office/sharepointserver/cc948709.aspx
  • Vu's Technical Notepad

    Running Web Tests Originally Recorded on ASP.NET 2.0 Website Against ASP.NET 1.1 Website

    • 1 Comments
    After migrating an ASP.NET 1.1 website to 2.0, I wanted to find out how much faster the new website runs. So I used VSTS (Test Edition) to record a few web tests with the intention of running those tests against the new and old websites to measure whether...
  • Vu's Technical Notepad

    Using Web Cache in Non-web Applications

    • 3 Comments
    All this time, I've mistakenly thought that System.Web.Caching.Cache can only be used in web applications. It turns out that is not true. You can use the web cache in Console or WinForm applications. Here's some sample code showing how that's done. ...
  • Vu's Technical Notepad

    HRESULT 0x80040E14 When Calling SPListItem.Update

    • 0 Comments
    I spent a couple of hours trying to figure out why I keep getting an exception with an error code of 0x80040E14 whenever I try to programmatically update a list item. Found this blog entry which describes exactly what I experienced. A quick fix for this...
  • Vu's Technical Notepad

    Encrypting web.config values

    • 1 Comments
    Follow these simple steps to encrypt sections of your configuration files 1. Create a custom machine-level RSA key container by running aspnet_regiis.exe C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -pc “MyKeys” -exp ...
  • Vu's Technical Notepad

    Can't Log Onto Local Instance of SQL Server on Vista

    • 1 Comments
    I was given a temporary development laptop with Vista installed. There are the usual development tools and SQL Server Developer Edition. When I tried logging onto the local SQL Server instance, I got accessed denied. I'm part of the local Administrators...
  • Vu's Technical Notepad

    Page Layout Parser Error

    • 0 Comments
    Ever got the following parser error on one of your page layouts? Only Content controls are allowed directly in a content page that contains Content controls. Following the error message, it shows the source containing some HTML fragment that you...
  • Vu's Technical Notepad

    Event ID 7888 - Access Denied!

    • 0 Comments
    If your “content access” account doesn’t have permission to manage user profiles, then you may see event 7888 in your Application Event Log like this: Description: A runtime exception was detected. Details follow. Message: Access Denied! Only...
  • Vu's Technical Notepad

    SharePoint Error You Can Safely Ignore

    • 0 Comments
    Have you seen an error with event ID 6875 in your Application Event Log? It looks like this: Event Type: Error Event Source: Windows SharePoint Services 3 Event Category: General Event ID: 6875 Description: Error loading and running event receiver...
  • Vu's Technical Notepad

    Intermittent 403 Errors

    • 1 Comments
    I have two web sites on a MOSS farm. The first is reserved for authors and the second one is exposed to the internet allowing anonymous access. Recently, we receive intermitten 403 errors (Event ID 1314) when a user tries to access a certain page. This...
  • Vu's Technical Notepad

    Prepare Your Content Database

    • 0 Comments
    Before moving a content database from one farm to another, remember to prepare the database with the STSADM tool. Otherwise, you'll get a " Failure trying to synch web application" error. This blog describes this command in more details.
  • Vu's Technical Notepad

    I hate HTML

    • 1 Comments
    I'm not sure about other developers, but I hate working with HTML. Here's an example why… I have a few images that need to be arranged in a table to show a page header. This simply is just some IMG tags inside some other TD tags. But whenever the header...
  • Vu's Technical Notepad

    Troubleshooting Kerberos Problems

    • 1 Comments
    Last week, I spent an all-nighter troubleshooting a Kerberos issue for a MOSS installation. Although it was very tiring spending an entire day and night fixing this problem, I actually thought it was fun. I learned a lot about configuring AD for delegation...
  • Vu's Technical Notepad

    Application Server Administration Job Attempted to Read or Write Protected Memory

    • 0 Comments
    Ever got repeated “Attempted to read or write protected memory” messages on your MOSS servers? If you do, then the event ID’s are probably 7076, 6398 and 6432. It seems these errors are related to a bug in the Internet Information Services (IIS) Active...
  • Vu's Technical Notepad

    Event ID: 10016, Local Activation Permission

    • 1 Comments
    Does your MOSS installation generate the following error? The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1} to the user domainxyz\user123...
  • Vu's Technical Notepad

    Misleading Error Message

    • 2 Comments
    I tried to create a web application today but got a vague unknown error message from SharePoint. I looked in the Event Viewer and found this error message: Unknown SQL Exception 10054 occured. Additional error information from SQL Server is included...
  • Vu's Technical Notepad

    SharePoint Explorer View on Windows Server 2003

    • 0 Comments
    Today, I tried to open a SharePoint document library in Explorer View but nothing come up but an error from IE. After searching for a while, I stumbled onto the "Understanding and Troubleshooting the SharePoint Explorer View" white paper. Pretty interesting...
  • Vu's Technical Notepad

    List of SharePoint Content Type IDs

    • 0 Comments
    This page contains a convenient list of SharePoint content type IDs.
  • Vu's Technical Notepad

    Reading & Updating Lookup Fields

    • 0 Comments
    My client had two lists. First list (appropriately named “Lookup List”) contains a list of application names, stored in the “Application Name” column. The other list (Example List) contains a lookup column (Application Name, again) that points back to...
  • Vu's Technical Notepad

    Displaying Custom Property in Editor Web Part

    • 1 Comments
    If you've searched the web for articles on how to create custom web parts, then you will see some articles that describe how to do it in SharePoint 2003 and some will describe techniques in 2007. Make sure you are reading the article for the right version...
  • Vu's Technical Notepad

    Must Download for MOSS Developers

    • 1 Comments
    I write a lot of custom code for MOSS. There are times when I need to save configuration settings for some of the components I write. Saving them in the <AppSettings> section of web.config is the easiest way, but hard to maintain. What I'd rather...
  • Vu's Technical Notepad

    Web Parts & AJAX

    • 2 Comments
    A few good blog entries that talk about SharePoint web parts and AJAX: http://sharethispoint.com/archive/2007/02/28/Using-a-SPGridView-inside-an-ASP.net-Ajax-UpdatePanel.aspx http://www.capdes.com/2007/02/ajaxbasepart_easy_aspnet_20_aj.html ...
  • Vu's Technical Notepad

    AJAX ScriptManagerProxy

    • 1 Comments
    On a recent MCMS to MOSS conversion project, I had to convert some existing templates to page layouts. There were a couple of templates which were using AJAX. Each template has its own instance of the ScriptManager because each has a different ServiceReference...
  • Vu's Technical Notepad

    MOSS Content Deployment Resources

    • 1 Comments
    Two great blog entries describing MOSS Content Deployment and how to configure it: http://blogs.msdn.com/sharepoint/archive/2006/05/02/588140.aspx http://blogs.msdn.com/jackiebo/archive/2007/02/26/content-deployment-step-by-step-tutorial.aspx
Page 1 of 2 (28 items) 12