When playing around with the APP-V 5.0 Beta I ran into this error when starting the management console:
The operation failed as the management server was not found. Please ensure it is properly installed.
For me the solution was to register ASP.NET 4.0 (both 32 bit and 64 bit)
- 32-bit registration: c:windowsmicrosoft.netframeworkv4.0.30319aspnet_regiis.exe –ir
- 64-bit registration: c:windowsmicrosoft.netframework64v4.0.30319aspnet_regiis.exe –ir
After the registration the console runs as expected.