CWS-Umbraco-Standard-Membership icon indicating copy to clipboard operation
CWS-Umbraco-Standard-Membership copied to clipboard

The type or namespace name 'ApplicationEventHandler' could not be found

Open mptrs opened this issue 11 years ago • 2 comments

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.

mptrs avatar May 28 '13 07:05 mptrs

Did you manage to find the problem?

qz2rg4 avatar Jul 03 '13 14:07 qz2rg4

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.

mptrs avatar Jul 04 '13 09:07 mptrs