Forum Replies Created
-
AuthorPosts
-
athes
Participant1.) I have now a working Linux 5.6 installation. I want to upgrade to 5.7.1, but did not find any documentation how to do that (I don’t want to reinstall the whole Linux and follow the 5.7.1 Linux installation guide – that is really time consuming) — Is there any simple way to upgrade on Linux from 5.6 to 5.7.1?
2.) Yes, I installed on Windows 5.7.1 and I migrated successfully my project. It working perfectly on Windows. I want to move (after point (1) ) to Linux. How to move? I found instructions only for 5.6 win->Linux, but the structure changed in 5.7. I don’t want to create more problems for me 🙂
3.) Thanks, will try.
athes
ParticipantYou felt absolutely right. After deleting and copying DLLs it working fine.
I copied the whole 5.6 system on file level, working perfectly.I need your advice:
1.) How to upgrade on Raspbian to 5.7.1 to not screw up the system
2.) How to migrate config & all from Windows 5.7.1
3.) How to register on Linux the ModAutoControlShould I open one-by-one a thread or can you answer here?
Kind regards,
Attilaathes
ParticipantI changed the web.config file with adding the parameter <customErrors mode=”Off”/>.
Now I have a more precise error message in the browser:
System.Web.Compilation.CompilationException
CS0433: The imported type `Scada.Web.Global’ is defined multiple timesDescription: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Details: CS0433: The imported type `Scada.Web.Global’ is defined multiple times
Error origin: Compiler
Error source file: ~/Global.asax
Exception stack trace:
at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath, System.CodeDom.Compiler.CompilerParameters options) [0x00312] in <0b08341bcdc54df9ae6180034dd611ae>:0
at System.Web.Compilation.AssemblyBuilder.BuildAssembly (System.Web.VirtualPath virtualPath) [0x00008] in <0b08341bcdc54df9ae6180034dd611ae>:0
at System.Web.Compilation.BuildManager.GenerateAssembly (System.Web.Compilation.AssemblyBuilder abuilder, System.Web.Compilation.BuildProviderGroup group, System.Web.VirtualPath vp, System.Boolean debug) [0x00202] in <0b08341bcdc54df9ae6180034dd611ae>:0
at System.Web.Compilation.BuildManager.BuildInner (System.Web.VirtualPath vp, System.Boolean debug) [0x00106] in <0b08341bcdc54df9ae6180034dd611ae>:0
Version Information: 6.6.0.161 (tarball Tue Dec 10 11:12:19 UTC 2019); ASP.NET Version: 4.0.30319.42000athes
ParticipantHi Mikhail,
Thanks for picking this up.
I changed the owner of /opt/scada/ScadaWeb/log from root:root to www-data:www-data.
After reboot it changed back to root:root automatically. Looks like this:
drwxrwxrwt 2 root root 40 dec 17 16:15 log
No logfiles at all in this folder, but I checked an older archive and there were also no logfiles after half a year of running.root@raspberrypi:/opt/scada/ScadaWeb/log# ls -l
Total 0
root@raspberrypi:/opt/scada/ScadaWeb/log#Symptoms remained the same. Runtime error.
-
AuthorPosts