I started a simple C# console to test MSMQ stuff, following MSDN example I start by includding

using System;
using System.Messaging;

I get the error 'Messaging does not exist in System namespace'

But it is documented and everything. What am I missing?

thanks,

GG