Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Saving and transferring customisations

    I got an email from a reader last week asking about saving customisations in Visual Studio: Hi Bill I read an excellent article by you http://visualstudiomagazine.com/Articles/2007/12/01/Customize-the-VB-IDE.aspx?Page=1 Just wondering if you know of a way to export those customisations so I can set up...
    Posted to @ Head by bill on Tue, Nov 24 2009
    Filed under: Filed under: , , , , ,
  • Updates on the Snippet Editor

    First the good news : The February release of the Snippet Editor has now had 10,000 downloads ! Now for bug fix news: There were a couple of issues with the paths per language.  A problem with Express Editions of Visual Studio occurred due to partial entries in the registry I didn’t for-see. Initial...
    Posted to @ Head by bill on Wed, Sep 2 2009
    Filed under: Filed under: , , , , , , , ,
  • XML namespace prefix 'xmlns' is not defined

    When working with VB9 you may get this cryptic error : XML namespace prefix 'xmlns' is not defined If you are using only default namespaces you can fix this by including a definition for the xmlns as an Import statement or as an xmlns attribute on the XML literal. But if you are using prefixed...
    Posted to @ Head by bill on Sat, Nov 24 2007
    Filed under: Filed under: , , , ,
  • Bug in XML literals around the Imports keywords..

    In VB9, there's a bug when using XML literals with any type member that is a protected keyword. For example, given the following psuedo types, Class Doc Public Property [Imports]() As List( Of DocImports) End Class Class DocImports Public Property [Namespace]() As String End Class The following code...
    Posted to @ Head by bill on Tue, Nov 20 2007
    Filed under: Filed under: , , , , ,
Page 1 of 1 (4 items)