Missing an Assembly Reference Question
In a new application I'm programming I get four identical errors for the following lines of code:
using drive = Microsoft.Robotics.Services.Drive.Simulated.Proxy;
using lrf = Microsoft.Robotics.Services.LaserRangeFinder.Simulated.Proxy;
using bumper = Microsoft.Robotics.Services.Bumper.Simulated.Proxy;
using simwebcam = Microsoft.Robotics.Services.Simulation.Sensors.SimulatedWebcam.Proxy;
The errors look like that:
What namespaces are missing in my code? What references are missing? (it seems to me that I have them all).
Thanks,
Uri.

