Hey all!
For various reasons I have clean installed my dev box and it is running Win7 x64 and currently has VS2010 installed. I am maintaining several projects that require the use of the 1.5 CTP2 release services, under .net 3.5 (obviously). I have already taken the steps needed to install the full 1.5 CTP2 under Win7.
While I understand that the wizard style tooling that normally runs in VS2008 is not available (at least, I think it isn't?) I am hoping that temporarily I can get by with using the command line tools to tide me over till then so I don't need to keep round tripping into the VS2008 VM I keep handy.
I need to do the normal things...
Create a service and the web.config entries to enable it
Create or update a service reference in a Silverlight project
Create or update a service reference in a WPF project
Again, command line is OK - I obviously don't need to do this very often.
Thanks!
Ken