OK, i got rid of most the errors, but I had to manually add reference paths to the bin & config folders (perhaps should add this to tutorial). However, there are 4 errors and 4 warnings i can't get rid of.
Error 1 Cryptographic failure while signing assembly 'C:\Documents and Settings\null.NULL-1EJF3VO8NJ\Microsoft Robotics Dev Studio 2008 Express\samples\Platforms\RoboRealm\GetVariableExample\obj\Debug\GetVariableExample.Y2008.M12.dll' -- 'Error reading key file 'c:\Documents and Settings\Administrator\Microsoft Robotics Dev Studio 2008 Express\samples\mrisamples.snk' -- The system cannot find the path specified. ' GetVariableExample
Error 2 The type or namespace name 'Drive' does not exist in the namespace 'Microsoft.Robotics.Services.Simulation' (are you missing an assembly reference?) C:\Documents and Settings\null.NULL-1EJF3VO8NJ\Microsoft Robotics Dev Studio 2008 Express\samples\Platforms\RoboRealm\RoboRealmSimulation\RoboRealmSimulation.cs 35 54 RoboRealmSimulation
Error 3 Metadata file 'C:\Documents and Settings\Administrator\Microsoft Robotics Dev Studio 2008 Express\bin\GetVariableExample.Y2008.M12.dll' could not be found Interface
Error 4 The type or namespace name 'Drive' does not exist in the namespace 'Microsoft.Robotics.Services.Simulation' (are you missing an assembly reference?) C:\Documents and Settings\null.NULL-1EJF3VO8NJ\Microsoft Robotics Dev Studio 2008 Express\samples\Platforms\RoboRealm\MultipleInstanceSimulation\MultipleInstanceSimulation.cs 35 54 MultipleInstanceSimulation
Warning 5 Could not resolve this reference. Could not locate the assembly "SimulatedDifferentialDrive.2006.M06.proxy, Version=2.0.913.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. RoboRealmSimulation
Warning 6 The referenced component 'SimulatedDifferentialDrive.2006.M06.proxy' could not be found.
Warning 7 Could not resolve this reference. Could not locate the assembly "SimulatedDifferentialDrive.2006.M06.proxy, Version=2.0.913.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. MultipleInstanceSimulation
Warning 8 The referenced component 'SimulatedDifferentialDrive.2006.M06.proxy' could not be found.
|
|