Sitefinity ASP.NET CMS - Content Management System

KB Article

Home >  Support >  Knowledge Base >  KB Article
Compilation error with Newsletters - ID#1040
Rating: Not rated
Last Modified: 7/9/2008
Related categories: Workarounds;

Article information

Article relates to

Sitefinity 3.2 Hotfix 1616 

Created by

 Penka Ivanova

Last modified by

 Rebecca


Problem
I get the following compilation error message with Newsletters:

Server Error in '/' Application.     
--------------------------------------------------------------------------------     
    
Compilation Error      
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.      
    
Compiler Error Message: CS0234: The type or namespace name 'Newsletter' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)     
    
 

Solution
1. Open the ~/Sitefinity/Admin/ControlTemplates/Notifications/ folder.
2. Change the registration of the Newsletters webcontrols at the top of the NewslettersTemplate.ascx and CMSSubscribersTemplate.ascx templates as follows:

<%@ Register TagPrefix="nsltr" Namespace="Telerik.Notifications.Newsletters.WebControl" Assembly="Telerik.Notifications" %> 
 


Article Comments

There are no comments yet.
Please Sign In to rate this article or to add it to your favorites.