Hi Guys,
So, I just upgraded to ASPRunner.net 8.1. I have been using ASPRunner.NET 8.0 for about a month now and have made a fair amount of progress with developing and testing my database application. The project that I was working on with 8.0 version could not be built using version 8.1 (with zero changes made to it).
This is what the error log says:
"\\ PPMS1_Wrking.csproj
Microsoft (R) Build Engine version 4.0.30319.33440
[Microsoft .NET Framework, version 4.0.30319.34014]
Copyright (C) Microsoft Corporation. All rights reserved.
changepwd.cs(305,6): error CS1501: No overload for method 'assignfunction' takes 2 arguments [C:\Users\Nayana\Documents\ASPRunnerNETProjects\PPMS1\output\PPMS1Wrking.csproj]
"
I haven't touched the backend code yet, so I don't have a clue why the same method that was working well in one version should stop working for another.