Error running EditView.ascx.cs document in the Schedulers directory

Asked By 0 points N/A Posted on -
qa-featured

Hello

I have downloaded the latest version of the community edition lately. In the EditView.ascx.cs document in the Schedulers directory, I get the following error:

Protected _controls.CRON ctlCRON ; The error is that CRON does not exist in _controls.

Am I missing something? Please help to solve this. Thanks.

SHARE
Answered By 55 points N/A #104763

Error running EditView.ascx.cs document in the Schedulers directory

qa-featured
  1. First make sure that you have used the name spaces correctly in the document.
  2. Sometimes when you write them incorrectly, this error is probably going to fool around because there are specific keywords that are defined in the library.
  3. Now that you have opened the file, see these things and make them edit so that it won't happen again.
  4. Also check if any of your function is pointing to something ambiguous or something like that.
  5. You can also try copy pasting all the code. It has the verified code that always run so you can use it to see where the problem lies.
  6. There is no need to reinstall or delete anything in this case.

Related Questions