Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Created Issue: Visual Basic 404 [836]

$
0
0
when I reproduce the 3 steps sample with vb.net http://blogs.msdn.com/b/webdev/archive/2013/01/29/getting-started-with-asp-net-webapi-odata-in-3-simple-steps.aspx
I get a 404

```
ublic Class OrdersController
Inherits ODataController


<Queryable()>
Public Function GetValue() As IQueryable(Of Orders)
Dim nw As NorthwindEntities = New NorthwindEntities
Return nw.Orders.AsQueryable
End Function

```
DB is northwind, ef model generated



Viewing all articles
Browse latest Browse all 7215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>