I am getting a 404 error while creating a new "Workplace".
https://localhost/0/rest/SectionService/GetSectionTypes
Do you have any idea how to fix the issue?
Note : I have installed/enabled "WCF Services" and "ASP .NET 4.7" for my local PC bundle sucessfully.
Like
Hello Nagaraju,
Could you please tell us what is the version of your instance?
Thank you.
Nagaraju,
To fix it you should check the next strings in the internal web.config file which is stored in Terrasoft.WebApp folder:
<add key="FeatureLoadPackagesBinAssembliesOnAppStart" value="true" />
<add key="EnableRegisterServicesFromRefAssemblies" value="true" />
<add key="EnableRegisterEntityEventsFromRefAssemblies" value="true" />
<add key="EnableRegisterDIBindingsFromRefAssemblies" value="true" />
After you edit the web.config file, please go to the path
Terrasoft.WebApp\Terrasoft.Configuration\Pkg\SspWorkplace\Files\Bin
and replace the file SspWorkplace.dll with the attached one.
Also, go to the path Terrasoft.WebApp\Terrasoft.Configuration\Pkg\Workplace\Files\Bin
and replace the file Workplace.dll with the attached one.
You can find files here
Thank you.