FastReport for Blazor not seeing .Web namespace

77 Views Asked by At

I am trying the FastReport demo for Blazor: FastReport Blazor

But after following all of the steps exactly I get the following message: "The type name 'Web' does not exist in the type 'FastReport'".

I also tried by directly adding the .dll files through VS but that doesn't seem to make a difference. Sadly since I am trying the demo/free trial I cannot get support from FastReport.

1

There are 1 best solutions below

3
Qiang Fu On

You might have install the wrong package. For this demo https://github.com/FastReports/FastReport.Blazor.Demo, you needn't install anything on your own, just run it directly will be fine.
The csproj seems not reference an official version. enter image description here
Make sure you have the correct version installed.
enter image description here enter image description here