IBatisNet.sln contains a reference to a non-existant project: "IBatisNet.Test"
------------------------------------------------------------------------------

         Key: IBATISNET-43
         URL: http://issues.apache.org/jira/browse/IBATISNET-43
     Project: iBatis for .NET
        Type: Bug
    Reporter: Ron Grabowski
 Assigned to: Gilles Bayon 
    Priority: Minor


As of 4/19/2005, after downloading the project files from SVN and 
double-clicking on IBatisNet.sln, an error appears in Visual Studio complaining 
about the project missing project "IBatisNet.Test".

This line in the file IBatisNet.sln:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Test", 
"IBatisNet.Test\IBatisNet.Test.csproj", "{33AF5FB1-4ADD-43BB-BE05-31F28C1AE0C3}"
        ProjectSection(ProjectDependencies) = postProject
        EndProjectSection
EndProject

Should replaced by these lines:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBatisNet.Common.Test", 
"IBatisNet.Common.Test\IBatisNet.Common.Test.csproj", 
"{5961F3DE-CB5E-40FE-AE89-D00D6E453907}"
        ProjectSection(ProjectDependencies) = postProject
        EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"IBatisNet.DataAccess.Test", 
"IBatisNet.DataAccess.Test\IBatisNet.DataAccess.Test.csproj", 
"{888FE332-F7B7-4248-AEE1-73E14EB9C042}"
        ProjectSection(ProjectDependencies) = postProject
        EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"IBatisNet.DataMapper.Test", 
"IBatisNet.DataMapper.Test\IBatisNet.DataMapper.Test.csproj", 
"{998B79D9-800F-493F-A263-306F06906E2F}"
        ProjectSection(ProjectDependencies) = postProject
        EndProjectSection
EndProject





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to