serversetup not starting

lock
push_pin
done
Besvarat
3

I am trying to start the serversetup of SuperOffice 10.1.6  but it won't start and the so_log give me the following error:

221024 12:10:11                  [ServerSetup.exe] Loading superoffice.config from path 'c:\_install\SuperOffice_10.1.6_SnMWin_ADMIN\ServerSetup\SuperOffice.CONFIG'.

221024 12:10:14            3.1001[ServerSetup.exe] Could not load file or assembly 'Microsoft.Extensions.Primitives, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040). Src: NSConfigFile::_SetConfigFile at C:\Agent4\_work\1\s\Clients\SM.win\Source\NetServer\NSConfigFile.clr.cpp v line 368

 

I tried fixing .net 4.8, installing older .net installing .net 6, using the .net repair tool but nothing seems to work.

Anyone has an clue for me?

24. okt. 2022 | 12:47 em

Allt Svar (3)

The ddl file is propably blocked, if you rights click on it and go to properties, you will see an unblock option there:

24. okt. 2022 | 01:07 em
FYI - to unblock all files in the directory:
Open PowerShell as Administrator and run the following command to unblock all files in the directory:
(replace the path with your path to where the files are)

Get-ChildItem -Path "C:\Users\Downloads\SuperOffice_10.1.6_SnMWin_ADMIN\ServerSetup" -Recurse | Unblock-File
2. juli 2024 | 01:19 em

Hi, thanks for the response, apperantly all files from the zip where blocked. i didn't notice that.

24. okt. 2022 | 01:14 em

Lägg till svar