I am getting the following NAnt error:
 
Error loading GUID of project <...>
    Couldn't locate ProjectGuid in project <...>
 
I am using NAnt 0.85 (Build 0.85.2139.0; nightly; 11/9/2005).
 
This project file is from VS2005.  It was created initially using an earlier beta but seems to be 100% compatibile with the final release of VS2005 Professional.  My project file starts out this:
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{142BE269-FB09-4D13-9CE9-4E94C386AE66}</ProjectGuid>
    <...>
    </PropertyGroup>
 
etc.
 
My quick research concluded that the ProjectGuid element in the csproj file hasn't moved at all from Beta 2 to final release, so I'm not sure why NAnt is having trouble locating it.  The difference in the error message I am receiving from the RC3 bin to the nighty build suggests you have addressed this code recently.
 
Any ideas? 
 
Thanks in advance,
 
Scott

Reply via email to