最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

asp.net mvc - Issue with NewsletterStudio.Api in the NewsletterStudioSubscribe.cshtml, in an Umbraco 8 site - Stack Overflow

programmeradmin0浏览0评论

I have just inherited on old Umbraco 8 site which uses NewsletterStudio and has the following nuget packages installed:

NewsletterStudio 3.0.9, NewsletterStudio.Core 3.0.9, NewsletterStudio.Web 3.0.9

On trying to get the site to build, the 1st issue I have is with the NewsletterStudioSubscribe.cshtml, any line using, NewsletterStudio.Api, eg

if (NewsletterStudio.Api.IsValidEmail(txtEmail))

show a red line under it with the error,

'Api' does not exist in the namespace 'NewsletterStudio'

As far as I can tell this view is provided as a template and hasn't been touched. Am I missing something else I need to install?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论