I found that the nunit.framework.dll path is incorrect in VS 2005.
So I rearranged the dll path :)

-- 
--
Web Page : http://www.osguru.net
Blog : http://wonbear.egloos.com
Index: AOT/Core.Tests/SharpOS.AOT.Tests.csproj
===================================================================
--- AOT/Core.Tests/SharpOS.AOT.Tests.csproj     (revision 694)
+++ AOT/Core.Tests/SharpOS.AOT.Tests.csproj     (working copy)
@@ -56,7 +56,7 @@
   <ItemGroup>
     <Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, 
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>References\nunit.framework.dll</HintPath>
+      <HintPath>..\..\References\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
Index: Kernel/Tests/CS/SharpOS.Kernel.Tests.CS.csproj
===================================================================
--- Kernel/Tests/CS/SharpOS.Kernel.Tests.CS.csproj      (revision 694)
+++ Kernel/Tests/CS/SharpOS.Kernel.Tests.CS.csproj      (working copy)
@@ -56,7 +56,7 @@
   <ItemGroup>
     <Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, 
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>References\nunit.framework.dll</HintPath>
+      <HintPath>..\..\..\References\nunit.framework.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to