AnkitSharma-007 / BlazorGrid

A reusable grid component for Blazor with the support of client side pagination.
MIT License
71 stars 12 forks source link

Error in compilation #4

Closed nic0l45 closed 5 years ago

nic0l45 commented 5 years ago

image image

michaelccote commented 5 years ago

The Http error is normal in my opinion. You need to to connect your own data or provide a HTTP service like in the original template.

The context error is a bug though. You would need to add the projet to the solution, reference this projet from your client for it to compile. You probably tried the same thing that I tried by simply adding the NuGet Package and adding the @using in the _Imports.razor doccument.

AnkitSharma-007 commented 5 years ago

This is a bug with VS 19. Take a look at bug #3

dolare1 commented 5 years ago

I am using Visual Studio Enterprise 2019 Preview v. 16.3.0 Preview 1.0 and I am still getting compile time error for "The name context does not exist in the current context"

Do I need to add the project to solution, and reference it to compile?