I am writing a Silverlight 2.0 application. I needed add a bunch of ASMX web service references to the application. Visual Studio requires me to specify a different namespace for each of those asmx reference which doesn't make sense. They are all coming from the same server/application. Also, they have their own namespaces which makes the final namespace too long and unmanageable.
Version