How to build WCF with VS 2005?

G

Guest

Hello,

My project is in VS 2005 and want to convert its Remoting to WCF. But I do
not know how to use VS 2005 to build the WCF. I have installed the Framework
3 and don't know what else to do next
 
D

David Browne

Mike9900 said:
Hello,

My project is in VS 2005 and want to convert its Remoting to WCF. But I
do
not know how to use VS 2005 to build the WCF. I have installed the
Framework
3 and don't know what else to do next

Download this:


Visual Studio 2005 extensions for .NET Framework 3.0 (WCF & WPF), November
2006 CTP
http://www.microsoft.com/downloads/...37-CC86-4BF5-AE44-F5A1E805680D&displaylang=en


And this:


Windows Communication Foundation Samples
http://msdn2.microsoft.com/en-us/library/ms751514.aspx

David
 
G

Guest

After installing Visual Studio 2005 extensions for .NET Framework 3.0 it does
not add anything to VS 2005. Will it also affect my .NET Framework 2?
 
D

David Browne

Mike9900 said:
After installing Visual Studio 2005 extensions for .NET Framework 3.0 it
does
not add anything to VS 2005.

It should add a new group of project types under C#/.NET Framework 3.0
including "WCF Service Library". Hopefully there will be more project
templates and more complete tooling in later CTP's.
Will it also affect my .NET Framework 2?

No, it shouldn't (although it is beta code). Other .NET 2.0 project types
should continue to operate as before. Just don't add references to any
assemblies added in .NET 3.0.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top