Is the view that is generating the error part of a layout that you created in the designer, or is it one that you created in code?
If it's in a designer layout, you might just need to open the layout file & then save it again. There have been some changes to the format of the designer files during some recent updates of B4A, so the format of your layout might not be compatible with your new version of B4A.
If the view is created in code, then it appears that you are trying to reference it before you have initialized it. Double check in your code that the first reference to the view is to initialize it.
- Colin.