JeremyLikness / BlazorWasmEFCoreExample

Example of a Blazor WebAssembly project that uses Entity Framework Core on the server for data access.

Home Page:https://blog.jeremylikness.com/blog/build-a-blazor-webassembly-line-of-business-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Edit fails: 'Could not find contact with id 3'

lkallevig opened this issue · comments

View and Delete work as expected.

<p>Could not find contact with id @ContactId.</p> is the error message. That extra . looks like a problem but removing it changes nothing.

Did I break something after download?
Kal

I just tested and it worked fine. Is this clicked "edit" from the grid? With logging turned on, do you see any generated errors or messages?

Glad you were able to sort it out. Thanks!