You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an error on the modal that displays database information. From what I can tell from debugging the application, a null value is being passed where a string is expected.
It appears that the null value should be the index name, so I queried the database and found that there are several heaps being returned. There's the null value.
I'm not savvy enough with MVC and C# and was wondering if anyone encountered this before and could help me patch in a fix?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm encountering an error on the modal that displays database information. From what I can tell from debugging the application, a null value is being passed where a string is expected.
It appears that the null value should be the index name, so I queried the database and found that there are several heaps being returned. There's the null value.
I'm not savvy enough with MVC and C# and was wondering if anyone encountered this before and could help me patch in a fix?
Thanks!
The text was updated successfully, but these errors were encountered: