LordFenris
Member
I am asking for advice from people experienced in ServUO.
With the new server build engine mechanism (compilator), we encountered numerous problems with custom files - which had not occurred before. I mean the current state # 4835 - compared to the version before the compiler mechanics changes.
One problem with a error refers to the custom Sickness system available here - https://www.servuo.com/threads/sickness-sys-20.12761/.
Custom\SicknessSys\ScreenTarget.cs(29,28): error CS0234: The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [C:\ServerUO\UOMGGameTEST\Scripts\Scripts.csproj]
Custom\SicknessSys\ScreenTarget.cs(29,50): error CS0234: The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [C:\ServerUO\UOMGGameTEST\Scripts\Scripts.csproj]
I talked about this yesterday with the author of this system - GoldDraco13, who suggested adding a line in the Data / Assemblies.cfg file
System.Windows.Forms.dll
It turns out, however, that this line is contained there. Unfortunately, he has no idea what other element in the changed compilation mechanism may cause the collision and the indicated error. He himself stopped at Publish 57.
Could I ask you to have a look at the attached file and the problematic line, maybe - you will find in a solution.
With the new server build engine mechanism (compilator), we encountered numerous problems with custom files - which had not occurred before. I mean the current state # 4835 - compared to the version before the compiler mechanics changes.
One problem with a error refers to the custom Sickness system available here - https://www.servuo.com/threads/sickness-sys-20.12761/.
Custom\SicknessSys\ScreenTarget.cs(29,28): error CS0234: The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [C:\ServerUO\UOMGGameTEST\Scripts\Scripts.csproj]
Custom\SicknessSys\ScreenTarget.cs(29,50): error CS0234: The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?) [C:\ServerUO\UOMGGameTEST\Scripts\Scripts.csproj]
I talked about this yesterday with the author of this system - GoldDraco13, who suggested adding a line in the Data / Assemblies.cfg file
System.Windows.Forms.dll
It turns out, however, that this line is contained there. Unfortunately, he has no idea what other element in the changed compilation mechanism may cause the collision and the indicated error. He himself stopped at Publish 57.
Could I ask you to have a look at the attached file and the problematic line, maybe - you will find in a solution.