Missing an Assembly Reference Question

In a new application I'm programming I get four identical errors for the following lines of code:

Code Snippet

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:

Code Snippet
Error 1 The type or namespace name 'Simulated' does not exist in the namespace 'Microsoft.Robotics.Services.Drive' (are you missing an assembly reference?) c:\Microsoft Robotics Studio (1.5)\bin\EDSim\Edsim.cs 32 49 EDSim

What namespaces are missing in my code? What references are missing? (it seems to me that I have them all).

Thanks,

Uri.

[1225 byte] By [UriKartoun] at [2008-1-9]
# 1

Have you added assembly references for the assemblies corresponding to the namespaces above to your project? You can see an example of how to do this in service tutorial 5 [1]

Henrik

[1] http://msdn2.microsoft.com/en-us/library/bb483061.aspx

HenrikFNielsen at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Decentralized Software Services (DSS)...
# 2

Of course I added.

Anyway, this is how I solved it (although it's a little bit strange) - I removed the references and added them again.

Thanks,

Uri.

UriKartoun at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Decentralized Software Services (DSS)...

Microsoft Robotics Studio

Site Classified