Hi all,
I use powershell scripts to install a server farm mode of sharepoint, but when i excute New-SPVisioServiceApplication cmd with powershell, there is an error:
New-SPVisioServiceApplication : Could not find file 'C:\Users\administrator.CON
TOSO\AppData\Local\Temp\qfpkx1uj.dll'.
At C:\Test\Scripts\Install-SharePointFarmService.ps1:189 char:30
+ New-SPVisioServiceApplication <<<< -Name $visioSAName -ApplicationPool $saAp
pPoolName > $null
+ CategoryInfo : InvalidData: (Microsoft.Offic...viceApplication:
NewSPVisioServiceApplication) [New-SPVisioServiceApplication], FileNotFoun
dException
+ FullyQualifiedErrorId : Microsoft.Office.Visio.Server.Cmdlet.NewSPVisioS
erviceApplication
can you tell me the reason or solution ?