Agree, this is very confusing for me. Mark Fussell said:
Yes. WSE 2.0 SP3 runs on .NET Framework 2.0. Applications built with WSE
David Regan wrote:
> Mark,
>
> Thank you for the clarification.
>
> What you say is pretty much what I was expecting - that there would be a new
> build of WSE2.0 on .NET 2.0 - I was just bemused about the statement about
> WSE2.0SP3:
>
> "Note that WSE 2.0 SP3 is only supported on .NET Framework 1.1 although it
> does install on .NET Framework 2.0 Beta 2 release."
>
> We are having to write a system that interoperates with a framework that
> uses WSE2.0 (specifically the WS-Addressing aspects) and as .NET 2.0 is close
> to RTM it would have been nice to start in Whidbey. But for now, we'll write
> in .NET 1.1 and migrate in due course.
>
> Regards,
>
> David.
>
> "Mark Fussell" wrote:
>
>
>>See
>>
http://msdn.microsoft.com/webservices/webservices/building/wse/default.aspx?pull=/library/en-us/dnwse/html/newwse3.asp#newwse3_topic6
>>
>>specifically "Is WSE 2.0 supported on the .NET Framework 2.0?"
>>
>>There will be a supported release of WSE 2.0 on the .NET Framework 2.0 after
>>it has released. Applications built with WSE 2.0 SP2 and SP3 applications
>>will be supported on .NET Framework 2.0; however, WSE 3.0 is the preferred
>>solution for the .NET Framework 2.0. There is no design-time support for WSE
>>2.0 with Visual Studio 2005 and WSE 2.0 is supported only on 32-bit and not
>>64-bit. WSE 2.0 SP3 does install with Visual Studio 2005 Beta 2 and the .NET
>>Framework 2.0, but is unsupported.
>>
>>In other words you need to do design time support in in VS2003 but it will
>>run on .NET 2.0. WSE 3.0 targets VS2005.
>>
>>What WS-* specs in WSE 2.0 were you most interested in supporting?
>>
>>Thanks, Mark Fussell
>>WSE Program Manager
>>
>>"David Regan" wrote:
>>
>>
>>>I want to build a web service using .NET Framework 2.0 that implements the
>>>WS-* specs that were current when WSE 2.0 SP3 was released. In other words, I
>>>want to interoperate with clients that use WSE 2.0 SP3 but develop my
>>>services with Whidbey.
>>>
>>>The download documentation for WSE 3.0 (which implements different versions
>>>of the WS-* specs from WSE 2.0) has the following statement with respect to
>>>WSE 2.0:
>>>
>>>"Note that WSE 2.0 SP3 is only supported on .NET Framework 1.1 although it
>>>does install on .NET Framework 2.0 Beta 2 release."
>>>
>>>Does anybody know what this means? Can WSE 2.0 SP3 be installed so that it
>>>uses the .NET framework classes and can I write .NET 2.0 classes that derive
>>>from the the WSE 2.0 classses (e.g. derive from SoapReceiver when
>>>implementing an HTTP handler)?