Null Reference after upgrading
We got a null reference in our files when browsing to one of our projects. This is a windows self-hosted server. We upgraded from 1.1 to the latest. All our settings for users and projects got wiped out and we have run into this error on one of our repositories. Any advice with this error? (attached is the error)
- Project_Error.docx 13.7 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 12 May, 2015 07:08 AM
Ian,
You've got me furiously grepping through the entire codebase looking for a
misplaced "DROP TABLE" or somesuch, but then I got what you meant.
What you're apparently seeing coming from HgLab 1.1 is that there are now
multiple Teams per Project - a feature which is almost a year old now:
https://hglabhq.com/blog/2014/5/24/hglab-1-6-released
While upgrading to 1.6 (and later), HgLab automatically creates one Team
per Project and moves there all existing Team Members.
Now, regarding the error you're experiencing - as I advised previously,
please try purging caches for the failing repository.
Thanks!