I'm trying to copy a template file from another solution to my project, but it is missing some references or assemblies.
Is there a "smart" way to find the missing references in Visual Studio?
What I'm doing is copying some template files from Rapido 2.0. the newsletter.cshtml, to my own project. I have also copied over EmailMaster and EmailHelpers, + the newslettere/paragraph/* folder and files.
But when I build or try to use the template files, it is missing assemblies or references. I see that in the newslettter.cshtml it includes helpers and master, but intellisense is not catching the references to the helpers and classes?
Is there some helpers, references or NuGet packages I need to add?