Cannot register Formatter (ProgressBarFormatter) #7207
-
Trying to register a ProgressBarFormatter in order to format a column (type double) as a progressbar, but when I open the particular page i get an "Could not find ProgressBarFormatter class" error (see below). I dont understand why, as i have other formatters that work fine.
QualColumns.cs I have transformed/built restarted etc. Still the same. Also tried changing the @decorators.registerformatter path to FASTNET.Settings.ProgressBarFormatter. No luck. Any ideas from anyone? I am a little stuck:-) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
See additional answer in #6778 |
Beta Was this translation helpful? Give feedback.
-
Problem solved: |
Beta Was this translation helpful? Give feedback.
-
Well, maybe. If this project started a long time ago, maybe these lines weren't there earlier? Besides, while we could trust .gitignore to handle this, you should be able to browser the git repo and see whether they are checked in or omitted. If it's working now, but git repo shows node_modules files, it will probably continue to work, unless you update the project on your Win 10 intel computer, bringing down the node_modules files that are in git. Not that you need to do that as a test -- it is just my working theory about what might have gone wrong. |
Beta Was this translation helpful? Give feedback.
See additional answer in #6778