This topic is locked
[SOLVED]

 Multiple Errors

10/22/2018 7:04:59 PM
ASPRunner.NET General questions
I
i.NoLim author

I developed an application a couple of months ago and its been working fine until today. When I opened it, it didn't display as it's supposed to so I opened ASPR and rebuilt it but got the following errors. I haven't touched or changed the project in a few weeks and the last time I did it worked perfectly. I replaced the actual location of the project with '[\\location]'

Classes\runnerpage.cs(1641,69): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuAssignments' [\\location]

Classes\runnerpage.cs(6952,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuStyle' [\\location]

Classes\runnerpage.cs(6959,66): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuStyle' [\\location]

Classes\projectsettings.cs(2667,57): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuAssignments' [\\location]

Classes\projectsettings.cs(2687,57): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuStyles' [\\location]

include\appsettings.cs(116,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuAssignments' [\\location]

include\appsettings.cs(117,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(118,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(119,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(120,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(121,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(122,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuAssignments' [\\location]

include\appsettings.cs(122,62): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuSelector' [\\location]

include\appsettings.cs(123,15): error CS0117: 'runnerDotNet.GlobalVars' does not contain a definition for 'menuStyles' [\\location]
I
i.NoLim author 10/22/2018

After going to 'Output,' checking 'Full Build' and rebuilding the project it seems like everything is working.