I\'m getting this error as my project is not able to find the reference for OWIN startup class. I\'ve even installed all the OWIN reference packages through Nug
OWIN
First you have to create your startup file and after you must specify the locale of this file in web.config, inside appSettings tag with this line:
It solved my problem.