in

DotNetDeveloper

Bits o this Bits o that

Browse by Tags

  • How to connect to MICROSOFT##SSEE

    if your struggling with this connecting to Microsoft##SSEE I followed the steps below and hey presto all working. Open SQL Server Configuration Manager Click on protocols for Microsoft##SSEE > Properties Set Hide Instance to "No" Enable Named Pipes Finally Reset the SQL Server 2005 Embedded...
    Posted to SharePoint (Weblog) by Steve on 08-21-2009
  • Sharepoint Template ID's

    hope these are useful for somebody. Template ID = 0 Desc: This template is used for initializing a new site. Title: Global template Name: GLOBAL#0 Template ID = 1 Desc: A site for teams to quickly organize, author, and share information. It provides a document library, and lists for managing announcements...
    Posted to SharePoint (Weblog) by Steve on 07-07-2009
  • Opening list links in a new window

    There is a few posts about this on the internet. seems as usual with SharePoint there is a few ways to do this. This is one way which they can be done, The others are by editing a listview within SharePoint Designer right clicking on the list and select dataform XSLT or similar and editing the xsl and...
    Posted to SharePoint (Weblog) by Steve on 02-20-2009
  • Deploying Custom Lists with STSDEV

    This is only a quick and dirty post as I'm really busy atm. This is obviously the most basic tutorial explaining how to quickly and easily take your lists from within sharepoint and make them deployable (I'm using STSDEV ). Firstly create your list within the Sharepoint as normal. Open Sharepoint...
    Posted to SharePoint (Weblog) by Steve on 02-18-2009
  • Symbols cannot be loaded sharepoint issues

    Seems there is a billion posts on this but not one of them helped me enough to fix this problem in the end i think it came down to blind luck and finding out the relevance of STSDev not building a pdb file unless you build your project with the debug build solution configuration selected. Anyhow this...
    Posted to SharePoint (Weblog) by Steve on 11-18-2008
  • The "Microsoft.Build.Tasks.Delete" task could not be loaded from the assembly

    The "Microsoft.Build.Tasks.Delete" task could not be loaded from the assembly C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Build.Tasks.dll. Could not load file or assembly 'file:///C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Build.Tasks.dll' or one of its dependencies. The...
    Posted to SharePoint (Weblog) by Steve on 11-04-2008
  • Code blocks are not allowed in this file

    Parser Error Message: Code blocks are not allowed in this file. Recieved this error when trying to add some code blocks into my sharepoint site, obviously Asp.NET pages can use code blocks so it had to be SharePoint blocking somehow. Turns out SharePoint disables the ability to create server-side script...
    Posted to SharePoint (Weblog) by Steve on 10-10-2008
  • Turning off custom error messages within Sharepoint

    Its possible you will want to see the real Asp.Net error messages within Sharepoint. The following method will allow you to see them 1) edit the web.config within your sharepoint installation directory (eg: C:\Inetpub\wwwroot\wss\VirtualDirectories\80) find the line which says customErrors mode="On"...
    Posted to SharePoint (Weblog) by Steve on 03-28-2008
  • Cannot connect to Microsoft##SSEE Database Options

    Im fairly new to Sharepoint, and was having a problem trying to connect to my Sharepoint databases and whilst looking for the solution found this information. If you want to manage your Sharepoint databases enter " \\.\pipe\mssql$microsoft##ssee\sql\query " as your Server name in SQL server...
    Posted to SharePoint (Weblog) by Steve on 03-18-2008
  • Getting an Assembly's PublicKeyToken

    Occasionally I need to get an Assembly's public key token which though not hard is a pain in the backside and also not the most memorable action you'll complete in a day. If you have an assembly and need to get the PublicKeyToken I think the easiest way to get it is using SN.EXE (Strong Name...
    Posted to Asp.Net (Weblog) by Steve on 03-18-2008
Page 1 of 2 (11 items) 1 2 Next >
DotNetDeveloper.co.uk
Powered by Community Server (Non-Commercial Edition), by Telligent Systems