tags:

views:

255

answers:

1

Hi, I have a .Net 3.51 service which uses Non-HTTP Activation. This works fine. I want to convert it to .Net 4.

In Windows 7, if you go to Control Panel, Add Remove Programs, Turn Windows Features on or off, there is a "Microsoft .NET Framework 3.5.1, WCF Non HTTP Activation" item.

How would I do this for .Net 4 ?

Mark

A: 

In fact turning it on for 3.5.1 turns it on for 4 too. I got exceptions because the appdomain reverted to .net 2. The non http activation works fine.

MarkGr