VMM: Parser Error Message: Unrecognized attribute ‘xmlns’ After Installing the Virtual Machine Manager (SCVMM) Self-Service Portal
SCVMM, System Center, Technology Add commentsRan into this one as well this even, but I’ve seen it with other web applications as well when IIS is installed after you’ve updated your .NET framework. The IIS installation isn’t aware of the various .NET frameworks you have installed. So you must manually register them with IIS.
Navigate the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 directory from the command shell and run the following command:
aspnet_regiis.exe -i
This will register the .NET 2.0 framework components with IIS and you’ll be laughing with your new Virtual Machine Manager Self-Service Portal.
2 Responses to “VMM: Parser Error Message: Unrecognized attribute ‘xmlns’ After Installing the Virtual Machine Manager (SCVMM) Self-Service Portal”
Leave a Reply
You must be logged in to post a comment.
February 21st, 2008 at 10:32 pm
[...] Error Message: Unrecognized attribute ‘xmlns’ After installing teh SCVMM Self-service portal http://systemcenterguide.com/2008/02/21/vmm-parser-error-message-unrecognized-attribute-xmlns-after-… [...]
April 28th, 2010 at 12:15 pm
Tried everything and then came across this, simply removed the xmlns=”" attribute and started working normally
as listed here : http://www.eukhost.com/forums/f15/fix-parser-error-message-unrecognized-attribute-xmlns-10808/