toolbar not showing on fastreport .Net / .net 6

I have managed to get my reports displaying as expected in my web application (asp.net MVC on dot net 6) but the toolbars / Icons do not show. When I inspect the page it shows a url for one of the icon images as

/_fr/resources.getResource?resourceName=reload.svg&contentType=image%2Fsvg%2Bxml

I do not have this folder in my wwwroot, so I am assuming the fastreport library is supposed to do that.

What am I missing?

Leave a Comment