Lemke Member Mar 10, 2020 #1 Hello guys! Just getting error atached in picture while loading the server,here the pic: The line says: C#: public List<Item> Fixtures { get; set; } = new List<Item>(); Thanks in advance!!!
Hello guys! Just getting error atached in picture while loading the server,here the pic: The line says: C#: public List<Item> Fixtures { get; set; } = new List<Item>(); Thanks in advance!!!
Lokai Moderator Mar 10, 2020 #2 Looks like you are missing a brace or some other punctuation, or the declaration is missing a keyword. You could post that script if you like.
Looks like you are missing a brace or some other punctuation, or the declaration is missing a keyword. You could post that script if you like.
OP Lemke Member Mar 10, 2020 #3 The script is from a paid resource from Dexter Lexia,i asked to him and says i need to update framework to 4.7.2,but my ServUo is 2019 repo,its possible to update by hand?No idea about that.
The script is from a paid resource from Dexter Lexia,i asked to him and says i need to update framework to 4.7.2,but my ServUo is 2019 repo,its possible to update by hand?No idea about that.
Lokai Moderator Mar 10, 2020 #4 Try this: https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows
Try this: https://support.microsoft.com/en-us/help/4054530/microsoft-net-framework-4-7-2-offline-installer-for-windows
OP Lemke Member Mar 10, 2020 #5 This version or newest is installed on this computer,i think my pc is updated,buff... Cant change that lines like that?: C#: public List<Item> Fixtures { get; set; } = new List<Item>(); C#: public List<Item> Fixtures{ get { return "xxx"; } }
This version or newest is installed on this computer,i think my pc is updated,buff... Cant change that lines like that?: C#: public List<Item> Fixtures { get; set; } = new List<Item>(); C#: public List<Item> Fixtures{ get { return "xxx"; } }
OP Lemke Member Mar 12, 2020 #6 UPDATE////SOLVED Thank you all guys,The resource provider helped me so fast and solved the problem.