I installed VS 2013 Professional on Windows 7 x64. ON step 6, when trying to right click on the proejct to Add | OWIN Startup Class, there is no item availalbe called OWIN Startup Class. When I look in Package Manager, all OWIN, all 4 pckages (host.systemweb,
Security, OWIN, and OWIN startup components appear. Running Install-Package Microsoft.Owin.Host.SystemWeb returns a message it is already installed. I'm not sure where to go from here. Any help would be greatly appreciated.
This might be a few days late but I had this problem too @kmcnet and fixed it by:
Uninstalling all the signalR and OWIN packages from the console (uninstall-package Microsoft.Owin.Security, uninstall-package Microsoft.Owin.Host.SystemWeb, uninstall-package Microsoft.Owin etc etc)
Closing and reopening Visual Studio (not sure if this was necessary)
Then adding a new item -> SignalR Hub Class (v2) to the project. This seemed to add all the necessary SignalR and OWIN references and the OWIN Startup Class appeared in the new item dialog too
Thanks for the response, but I don't think it is there. I also made sure signalR has been added. Also, the packages show OWIN, OWIN.Security, and Owin.Host.SystemWeb.
I checked it friend. This is the 3rd time I'm telling you. You are still going to the Add New Item. Go to Add -> CLASS. I'm not sure how should I emphasize that more :) Below is a screenshot on what you should click after you go to Add.
Again, thanks for the response. You are being perfectly clear and I understand exactly the sequence you are telling me, but it is not displaying. I emailed you screenshots of the steps I am taking. Please let me know if I am doing it wrong. Also, from
your screenshots, it appears you are using a MVC project. I triedit as well without success.
I checked your screenshots. I'm not sure why it's not showing for you. Perhaps it's because I'm using the Ultimate version.
No I tried it in WebForms and it still shows me the OWIN startup class. Above screenshots are not taken from my machine but it's just same when I checked on my machine.
Thanks again for the help. I was able to create one manually, which worked, but I'm worried something went wrong on the install. I'll post if I figure it out.
Member
276 Points
1550 Posts
OWIN Startup Class Not Found in VS 2013
Oct 21, 2013 02:15 PM|kmcnet|LINK
Hello everyone and thanks for your help in advance. I am new to SignalR and am trying to work through the 2.0 example at:
http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-getting-started-with-signalr-20
I installed VS 2013 Professional on Windows 7 x64. ON step 6, when trying to right click on the proejct to Add | OWIN Startup Class, there is no item availalbe called OWIN Startup Class. When I look in Package Manager, all OWIN, all 4 pckages (host.systemweb, Security, OWIN, and OWIN startup components appear. Running Install-Package Microsoft.Owin.Host.SystemWeb returns a message it is already installed. I'm not sure where to go from here. Any help would be greatly appreciated.
None
0 Points
1 Post
Re: OWIN Startup Class Not Found in VS 2013
Oct 24, 2013 05:42 AM|_benmwood|LINK
This might be a few days late but I had this problem too @kmcnet and fixed it by:
Hope that works for you too.
Member
276 Points
1550 Posts
Re: OWIN Startup Class Not Found in VS 2013
Oct 25, 2013 01:02 PM|kmcnet|LINK
Thanks for the response. Unfortunately, this did not work.
All-Star
52747 Points
9670 Posts
MVP
Re: OWIN Startup Class Not Found in VS 2013
Oct 25, 2013 09:55 PM|Ruchira|LINK
Right click on the project in Visual studio 2013 solution explorer.
Go to Add -> Class...
From there you can select the OWIN Startup class. (You may have to scroll down a bit)
Please 'Mark as Answer' if this post helps you
Developer Tools Download | Windows 10 Videos | My Tech BlogMember
276 Points
1550 Posts
Re: OWIN Startup Class Not Found in VS 2013
Oct 25, 2013 10:37 PM|kmcnet|LINK
Thanks for the response, but I don't think it is there. I also made sure signalR has been added. Also, the packages show OWIN, OWIN.Security, and Owin.Host.SystemWeb.
All-Star
52747 Points
9670 Posts
MVP
Re: OWIN Startup Class Not Found in VS 2013
Oct 26, 2013 03:41 AM|Ruchira|LINK
You have to go to Add -> Class. Not to Add -> New Item. Can you show me a screenshot of what you are getting when you go there?
Please 'Mark as Answer' if this post helps you
Developer Tools Download | Windows 10 Videos | My Tech BlogMember
276 Points
1550 Posts
Re: OWIN Startup Class Not Found in VS 2013
Oct 26, 2013 07:10 PM|kmcnet|LINK
Thanks again. Don't have a place to post it, but emailed you a screenshot to your profile email. Thanks again.
All-Star
52747 Points
9670 Posts
MVP
Re: OWIN Startup Class Not Found in VS 2013
Oct 27, 2013 02:08 AM|Ruchira|LINK
I checked it friend. This is the 3rd time I'm telling you. You are still going to the Add New Item. Go to Add -> CLASS. I'm not sure how should I emphasize that more :) Below is a screenshot on what you should click after you go to Add.
Please 'Mark as Answer' if this post helps you
Developer Tools Download | Windows 10 Videos | My Tech BlogMember
276 Points
1550 Posts
Re: OWIN Startup Class Not Found in VS 2013
Oct 27, 2013 09:32 PM|kmcnet|LINK
Again, thanks for the response. You are being perfectly clear and I understand exactly the sequence you are telling me, but it is not displaying. I emailed you screenshots of the steps I am taking. Please let me know if I am doing it wrong. Also, from your screenshots, it appears you are using a MVC project. I triedit as well without success.
All-Star
52747 Points
9670 Posts
MVP
Re: OWIN Startup Class Not Found in VS 2013
Oct 27, 2013 11:26 PM|Ruchira|LINK
Hi,
I checked your screenshots. I'm not sure why it's not showing for you. Perhaps it's because I'm using the Ultimate version.
No I tried it in WebForms and it still shows me the OWIN startup class. Above screenshots are not taken from my machine but it's just same when I checked on my machine.
So sorry mate. Not sure what's going on.
Please 'Mark as Answer' if this post helps you
Developer Tools Download | Windows 10 Videos | My Tech BlogMember
276 Points
1550 Posts
Re: OWIN Startup Class Not Found in VS 2013
Oct 28, 2013 01:49 PM|kmcnet|LINK
Thanks again for the help. I was able to create one manually, which worked, but I'm worried something went wrong on the install. I'll post if I figure it out.