Welcome to MSDN Blogs Sign in | Join | Help

December 2006 - Posts

How to troubleshoot the COM Add-ins loading issues

1. What is the unmanaged COM Add-ins loading process? Here is a COM Add-in registry example. [ HKEY_CURRENT_USER \Software\Microsoft\Office\ Excel \AddIns\ UnmanagedAddin.Connect ] "FriendlyName"="UnmanagedAddin" "Description"="Composed in ATL 8.0" "

Manage database of ASP.NET 2.0 Membership & Role services in non-ASP.NET context

One question I’ve seen asked a few times by people in the NG is “how do I manage ASP.NET Membership, Role Management database in non-ASP.NET application/context”. This blog entry walks you though a few simple steps on how to-do this. Quick Review: What

Use your ASP .NET WebControl in MOSS 2007 with Sharepoint Delegate Control

In the new release of Sharepoint Server (MOSS 2007), a very interesting control is provided, "DelegateControl", under Microsoft.SharePoint.WebControls.SPControl. With this control we can easily reuse our ASP.NET control on SPS pages. Now, an ASP .NET
Posted by MSDNTST | 14 Comments

Row Size limitation in SQL 2000 and 2005

When you creating a table, you may encounter the following information: ' Table <table name> has been created but its maximum row size(11038) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE Of a row in this table will fail if
 
Page view tracker