• Posts Tagged ‘Visual Studio 2010’

    The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’ (are you missing an assembly reference?)

    by  • February 9, 2011 • SharePoint, Software Development • 0 Comments

    After creating an empty SharePoint 2010 solution in Visual Studio 2010 I added an Application Page to the project but compiling failed and gave me the following error: The type or namespace name ‘LayoutsPageBase’ does not exist in the namespace ‘Microsoft.SharePoint.WebControls’ (are you missing an assembly reference?) Using the object browser in Visual Studio...

    Read more →

    Debugging mode in SharePoint 2010 – set customerrors mode to off in web.config

    by  • November 1, 2010 • Fixes to problems, SharePoint, Software Development • 0 Comments

    Whilst trying to debug a Feature Receiver in Visual Studio 2010 I kept receiving the standard application error suggesting that if I wanted to view the details of the error that I set the customErrors to Off. That’s odd I thought I had already done that and a visit to the web.config in c:\inetpub\wwwroot\wss\VirtualDirectories\80...

    Read more →