CWS-Umbraco-Standard-Membership
CWS-Umbraco-Standard-Membership copied to clipboard
The type or namespace name 'ApplicationEventHandler' could not be found
The type or namespace name 'ApplicationEventHandler' could not be found (are you missing a using directive or an assembly reference?) \Code\UmbracoStartup.cs 7
public class UmbracoStartup : ApplicationEventHandler
edit: Using Umbraco 6.0.5 and version 1.0.8 of the nuget. Trying to build the application in VS 2012 Web. Already made a member type before debugging with all the properties stated in the readme.
Got the same error when using 6.1.
Did you manage to find the problem?
My solution was to comment out all the things in that file. Not sure all code still worked after (think it did), but I used this more as boilerplate code and made my own classes/controllers/models.