Forum Discussion
I confirm it works, you need to instal .net framework 4.7.2 and asp .net 2.1.8
Cf this conversation https://community.aras.com/f/getting-started/6200/another-500-error-aras-innovator-12-installation
I am getting the same problem as the OP. Originally it was the 500 Error, however after installing the correct version of ASP.NET Runtime Core (Hosting) it then changed to the 502 Error.
I believe I have installed the correct versions of all the relevant software;
It is a new install on a Windows Server 2019 and SQL Server 2017 machine, which I realise is outside the normal specs.
Any ideas on how to debug this further, or anything else to try?
- alexd6 years agoIdeator I
Stuck in the same place, same steps as you. Any ideas?
- wiwalsh6 years agoIdeator II
I am having the same issue. I originally had the 500 error because I didn't have the hosting version installed. I now have the same 4.7.2 SDK and 4.8 .net framework installed. I tried installing the regular version of .net frameword 4.7.2 installed, but it says I have a newer version.
MS Server 2016
MS SQL server express 2019
- Nithin_Mahesh6 years agoCreator II
Hi All,
There are a couple more things you can double check. Do you have the Microsoft Visual C++ Redistributable 2015 installed? Is your system environment path variable pointing to sql server and dotnet?
Best,Nithin
- wiwalsh6 years agoIdeator II
I have C++2015 redistributable. I had to uninstall c++ 2017 redistributable to install it.
What locations should the path be pointing to? I have 4.2.7 installed and located at
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7.2\
What else am I missing?