toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 261 forks source link

Can't find GetStyleSheet #364

Closed tpspencer closed 3 years ago

tpspencer commented 4 years ago

I am having trouble with a View finding my Getstylesheet static method. It works in other projects, but this new one is giving me problems.

image

image

image

jzabroski commented 4 years ago

Just a guess. did you try adding a using clause e.g. @using RazorReports.BondPrintout

tpspencer commented 3 years ago

This was just me not getting pathing correct.