[Error] Are you missing a build reference?
# help-with-umbraco
a
Hello, I received an error like the one below when I tried to access a newly created page after building it:
Copy code
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.

Generated Code

One or more compilation references may be missing. If you're seeing this in a published application, set 'CopyRefAssembliesToPublishDirectory' to true in your project file to ensure files in the refs directory are published.

Type or namespace name 'TagsInnerPage' does not exist in namespace 'Umbraco.Cms.Web.Common.PublishedModels' (are you missing an assembly reference?)

    public class Views_TagsInnerPage : Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.TagsInnerPage>
I would be happy if you help
its not working
h
What does your ModelsBuilder setting look like in your appsettings file?
a
Copy code
"ModelsBuilder": {
        "ModelsMode": "SourceCodeManual"
      },
it looks like this
h
does the TagsInnerPage model exist in the models folder?
a
yes
h
is the models folder being included in your build?
a
yes the included application is currently running on the remote server. I don't have access to the app
26 Views