A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
Hi
I've just downlaoded the latest version of EPiServer (5.2.375.133) and installed it on a PC with Windows Vista OS.
The installation went fine but when I tried to install EPiServer site (the option without database) The following error is thrown by the EPiServer Deployment Center:
An unhandled error has occured:
Method not found: 'Void Microsoft.Web.Administration.ServerManager.Dispose()'.
When executing
At C:\Program Files\EPiServer\CMS\5.2.375.133\Install\System Scripts\Install Si
te (No database).ps1:71 char:30
+ $wizard.GenerateUniqueValues( <<<< )
=
Get-EPiIsBulkInstalling
Error - System.Management.Automation.MethodInvocationException: Exception calling "GenerateUniqueValues" with "0" argument(s): "Method not found: 'Void Microsoft.Web.Administration.ServerManager.Dispose()'." ---> System.MissingMethodException: Method not found: 'Void Microsoft.Web.Administration.ServerManager.Dispose()'.
at EPiServer.Install.IIS7.ServerManagerDisposeHelper.Dispose(Boolean disposing)
at EPiServer.Install.IIS7.ServerManagerDisposeHelper.Dispose()
at EPiServer.Install.IIS7.WebApplication.Get(String siteName, String applicationName, InstallationManager installationManager)
at EPiServer.Install.WebServer.IIS.GetWebApplication(String siteName, String applicationName)
at EPiServer.Install.UI.Wizards.WebSiteWizardHelper.<>c__DisplayClass4.<get_UniqueNameEntries>b__2(String name)
at EPiServer.Install.Common.UniqueNaming.MakeNamesUnique(List`1 entries)
at EPiServer.Install.CMS.UI.Wizards.NewSiteWizard.MakeValuesUnique()
at EPiServer.Install.UI.WizardBase.GenerateUniqueValues()
--- End of inner exception stack trace ---
at System.Management.Automation.DotNetAdapter.AuxiliarMethodInvoke(Object target, MethodBase method, Object[] arguments, MethodInformation methodInformation, Object[] originalArguments)
at System.Management.Automation.DotNetAdapter.MethodInvokeDotNet(String methodName, Object target, MethodBase[] methods, MethodInformation[] methodInformation, String[] methodDefinitions, Object[] arguments)
at System.Management.Automation.DotNetAdapter.MethodInvoke(PSMethod method, Object[] arguments)
at System.Management.Automation.Adapter.BaseMethodInvoke(PSMethod method, Object[] arguments)
at System.Management.Automation.PSMethod.Invoke(Object[] arguments)
at System.Management.Automation.ParserOps.CallMethod(Token token, Object target, String methodName, Object[] paramArray, Boolean callStatic, PSMethodInfo targetMethod, Object valueToSet)
at System.Management.Automation.Parser.MethodCallNode.InvokeMethod(Token NodeToken, Object originalResult, Boolean staticMember, Object[] paramArray, List`1 typeConstraint, PSMethodInfo& targetMethod)
at System.Management.Automation.Parser.MethodCallNode.Execute(Array input, Pipe outputPipe)
at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)
at System.Management.Automation.Parser.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)
What can be the reason of this and how can I solve this issue?