User1366720210 posted
In one of my App_Start/cs file I am trying to use the following code:
[assembly: WebActivator.PreApplicationStartMethod( ......
that I got from another example I am trying to addapt. I am getting the following build error:
Error 1 The type or namespace name 'WebActivator' could not be found (are you missing a using directive or an assembly reference?)
Can someone please help?
Thanks