• Nhibernate 1.2.1 with ActiveRecord RC3?

    As has been pointed out elsewhere, ActiveRecord RC3 was compiled against NHibernate 1.2.

    I can confirm from personal experience that it isn’t a great idea to try and swap in NHibernate 1.2.1 and assume everything will continue to function.

    While it is true that you can using binding redirects to get most of the way there, dont’ forget that some tools like FxCop don’t respect these.

      <runtime\>
        <assemblyBinding xmlns\="urn:schemas-microsoft-com:asm.v1"\>
          <dependentAssembly\>
            <assemblyIdentity name\="NHibernate" publicKeyToken\="aa95f207798dfdb4" culture\="neutral" />
            <bindingRedirect oldVersion\="1.2.0.4000" newVersion\="1.2.1.4000" />
          </dependentAssembly\>
        </assemblyBinding\>
      </runtime\>
    

  • Sorry

    I’m listening and watching the apology to the Stolen Generations from Australia’s Prime Minister Kevin Rudd on behalf of the Australian Parliament.

    I teach my children that when they’ve done the wrong thing, when they’ve hurt someone, that they should say sorry.

    I think it is right and proper that this standard should also apply at the highest levels.

    This is an incredibly significant day. I hope it goes some way to helping those affected directly and indirectly.

     The Aboriginal Flag Torres Strait Islander Flag Australian National Flag

  • "TFS Error"

    If you ever get this error ‘The item does not exist at the specified version’ from TFS, then double-check that the item you’re requesting does actually exist in the repository. I was having this problem (Broken link, was originally forums.microsoft.com/Forums/ShowPost.aspx?PostID=2810999&SiteID=1) with one of our projects, where I was asking TFS for the latest version of this item:

    $/Online Services Solution Template/Main/Source
    

    But after much investigation (including querying the TFS SQL database directly (Broken link, was originally forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2367863&SiteID=1)) I discovered that the correct item name was in fact:

    $/Online Services Solution Templates/Main/Source
    

    So another way to read that error message would be as “I can’t find an item with that name, are you sure you typed it correctly?”