I have successfully installed on retail build of Win7 RC, Enterprise Edition. Under Add Remove Windows Features, make sure under IIS you have selected IIS 7 management features. This assembly is part of .NET, the new .NET system admin features for IIS7, that were added beginning with Vista.
I have not tested other editions of Win7, however, if IIS is properly installed, this assembly should be there, at least it was in my Win 7 Enterprise RC build.
Once installed on Win 7, there a few quirks, a couple of which I will fix in an update shortly:
1) Layout issues in .NET Forms apps (namely, the self-host windows .net programs--the WPF Smart client is fine). I just need to make some adjustments here, apparently. Non fatal, however.
2) Self host programs will not properly register their service URIs even when running as a logged in user that is part of the Administrators Group. The easiest fix here is to find the .exe program in the \stocktrader\builds directory, right click, and in property sheet there is an option to "Run As Administrator". The other fix is to use a tool that allows an admin to grant URI registration permissions to specific users/programs...but I do not know this offhand, need to lookup. Under Vista and Win Srver 2008, as long as the user launching the program was in the Admin Group, this was not an issue.
Also make sure when you install you are logged in as user in Admin Group.
-Greg Greg Leake, Microsoft |