Wednesday, February 4, 2009

Unable to get Local Internet Information Server Screen

When you run Visual Studio from Windows Vista and goto publish tab and browse for the "Publishing Folder Location" to might get below screen when you click on Local IIS



because by default in Windows Vista, applications dont run under the admin priveleges even you are logged in as an administrator.

To resolve this just close your Visual Studio and run it again like this




 

Sunday, August 17, 2008

Microsoft patterns & practices: Complete Catalog

Microsoft's recommendations for how to design, develop, deploy, and operate architecturally sound applications for the Microsoft application platform.

Microsoft patterns & practices: Complete Catalog


Patterns & practices April 2007 DVD

also Road-map of upcoming releases

Tuesday, July 22, 2008

Set RowHeader in Datagridview

Private Sub dgvPlanner_RowPostPaint(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewRowPostPaintEventArgs) Handles dgvPlanner.RowPostPaint

Me.dgvPlanner.Rows(e.RowIndex).HeaderCell.Value = dgvPlanner.Rows(e.RowIndex).Cells("TimeSlot").Value

End Sub

Monday, July 21, 2008

Unable to connect SQL Server 2005

When you try to connect to an instance of Microsoft SQL Server 2005 from a remote computer, you may receive an error message. This problem may occur when you use any program to connect to SQL Server.


This is because to connect to SQL Server Database Engine you must have a network protocol enabled. You can use SQL Server Configuration Manager to enable, disable, and configure network protocols.
How to configure SQL Server 2005 to allow remote connections.