New Post: "Registration already exists for URI" error while running...
Ok, I now got it working after I deleted the URL reservation. I still have two unit tests failing under master with the latest commits. Not sure if this is normal:
View ArticleNew Post: WebSecurity Class and Long Ids
Hi Clay,I'm building a system that will be producing lots of input from lots of users hence the early requirement for long ids. It's also a case of interacting with other systems that do use long...
View ArticleClosed Issue: Segment parser not able to find entityset of a bound action...
I used the ODataPathParserTests for this scenario. Scenario: An action is bound to an entity type. It returns a simple type.Expected: segment's EntitySet should be 'Customers'Actual: segment's...
View ArticleClosed Issue: Segment parser should not consider return type of a bound...
NOTE: This is a different issue probably due to the same root cause as of issue #595.Expected: segment entityset should be "Customers"Actual: segment entityset is "SalesPeople"I used the...
View ArticleCreated Issue: WebGrid throws HttpRequestValidationException even AllowHttp...
Hi Team,I use WebGrid on my page. The grid has sorting and paging ability. Additionally to it the page has filtering feature. Http-Get is used for sorting, paging and filtering. "q" parameter in Query...
View ArticleCreated Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleEdited Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleEdited Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleEdited Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleEdited Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleEdited Issue: Asynchronous child actions not supported [601]
Attempting to use a child action that's marked as "async" in its method declaration results in the exception "HttpServerUtility.Execute blocked while waiting for an asynchronous operation to...
View ArticleCreated Issue: HttpRouteUrl does not generate a URL for a route with...
1. Create a new ASP.NET MVC 4 project, subtype: Web API.2. Add the following section to Views/Home/Index.cshtml:<section class="content-wrapper main-content clear-fix"><h3>Demonstrating...
View ArticleCommented Issue: Nonstandard primitives cannot be used as keys [495]
Using char as a key for example fails serialization and results in a closed connection with this exception:The CLR literal of type 'System.Char' is not supported to be written as a Uri part.When we try...
View ArticleEdited Issue: Nonstandard primitives cannot be used as keys [495]
Using char as a key for example fails serialization and results in a closed connection with this exception:The CLR literal of type 'System.Char' is not supported to be written as a Uri part.When we try...
View ArticleNew Post: WebSecurity Class and Long Ids
Definitely the right approach for now. Glad it was easy to figure out! :)
View ArticleCreated Issue: ODataPathParser doesn't work with virtual directory path [603]
For example: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity can't get path for odata.It's because in ODataPathParser.cs: 41Uri relative = baseUri.MakeRelativeUri(uri);baseUri = uri:...
View ArticleEdited Issue: ODataPathParser doesn't work with virtual directory path [603]
For example: http://hongye2dev3/77a0d52dd12d4a5bbfeaedb62b8b32a9/UniverseEntity can't get path for odata.It's because in ODataPathParser.cs: 41Uri relative = baseUri.MakeRelativeUri(uri);baseUri = uri:...
View ArticleNew Post: WebSecurity Class and Long Ids
I'm always very cagey about messing with security related code. Lots of testing ahead! ;)
View ArticleEdited Issue: Make all id parameter in EntitySetController by using...
Replace ODataModelBinderProvider globally can cause more problems as it will try to bind all parameters which is not in odata format.More proper fix is to add modelbinder using ModelBinderAttribute on...
View ArticleEdited Issue: Support both Merge and Patch for Patch action in...
WCF DS client use merge by default instead of patch. We should take merge same as patch in base type.
View Article