What do I need to allow Visual Studio 2005 to add WCF service reference to a project?
I know I should just use Visual Studio 2008, but I'm preparing for a "what-if" situation where the client does not have VS2008 just yet.
|
|
What do I need to allow Visual Studio 2005 to add WCF service reference to a project? I know I should just use Visual Studio 2008, but I'm preparing for a "what-if" situation where the client does not have VS2008 just yet.
|
||
|
|
|
|
If you want visual studio 2005 integration they have to have at least .net 3.0 installed. The client can then use svcutil.exe to generate the proxy. Take a look here on how to use WCF in VS 2005 using the orcas extensions: Alternatively: You can use that WCF add in instead of the more general and more beta orcas extension that is mentioned in the 15 seconds article. I believe the CTP will give you the "add service reference" option. |
||||
|
|
|
In this case, I think your best bet is probably to provide the already-generated proxy class(es) to the client. |
||
|
|