Commented Issue: FileExtensionsAttributeAdapter no longer works with jQuery...
The "Accept" rule in the latest version of jQuery Validate now expects a mime type to be specified, not a file extension.A new "Extensions" rule has subsequently been added for this purpose.Note that...
View ArticleCommented Unassigned: input type = email jquery validate overriding mvc data...
See http://stackoverflow.com/questions/16523525/input-type-email-jquery-validate-overriding-mvc-data-annotationComments: I'm not looking for a workaround, I reported this issue because I believe it's...
View ArticleCommented Issue: StackOverflowException at large http message body processing...
We're using nightly nuget packages 2013-03-30. When we're trying to upload large files (for instance > 2Mb) and process it by using HttpContentMultipartExtensions we've got unhandled exception which...
View ArticleCommented Issue: $select response on Json formatter not maintaning the order...
I checked with OData formatter and there the order is maintained as expected.Request(note the order of...
View ArticleSource code checked in, #f9bb4ecc4d409c7715cb98cf992b1aac958ccf53
Merge branch 'master' of https://git01.codeplex.com/aspnetwebstack
View ArticleEdited Issue: [CORS] Preflight request failed when there's an HttpOptions...
This is reported by a customer. See more details here: https://aspnetwebstack.codeplex.com/discussions/441725#editorRepro attached.
View ArticleCommented Unassigned: input type = email jquery validate overriding mvc data...
See http://stackoverflow.com/questions/16523525/input-type-email-jquery-validate-overriding-mvc-data-annotationComments: When you paste a stackoverflow thread asking for a solution, we are going post a...
View ArticleEdited Issue: input type = email jquery validate overriding mvc data...
When applying the following properties to a model:```[Required(ErrorMessage = "Email is required")][RegularExpression(RegularExpressions.Email, ErrorMessage = "Email is not...
View ArticleEdited Issue: Format handlers configuration in web.config after install Web...
After installing CORS package, the current behavior is: The handlers config is one line<handlers><remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" /><remove...
View ArticleEdited Feature: Update the Web API OWIN adapter to use Microsoft.Owin once it...
Biggest adoption blockers identified so far are:1. Potential null refs when computing URIs2. Doesn't throw when required keys are missing from the environment, or when the environment has the wrong...
View ArticleCommented Unassigned: WebAPI ODataLib dependency invalid [1055]
Currently the WebAPI OData package has a dependency on ODataLib >= 5.5.0-alpha2, however if you use ODataLib 5.5.0-rc1 everything breaks.The MyGet dependency value should probably be set to...
View ArticleEdited Issue: WebAPI ODataLib dependency invalid [1055]
Currently the WebAPI OData package has a dependency on ODataLib >= 5.5.0-alpha2, however if you use ODataLib 5.5.0-rc1 everything breaks.The MyGet dependency value should probably be set to...
View ArticleSource code checked in, #cb1bb63af6c429927f8b6af7f9a402d56c587ac6
1032 Implement IODataUrlResolver so that ODataLib can resolve Url references that are part of a batch request
View ArticleEdited Issue: Implement IODataUrlResolver so that ODataLib can resolve Url...
When doing the following batch request with DataServicesClient:```GeneratedDataServicesClient client = new GeneratedDataServicesClient(serviceUrl);client.Format.UseJson();BatchCustomer customer =...
View ArticleCommented Issue: Implement IODataUrlResolver so that ODataLib can resolve Url...
When doing the following batch request with DataServicesClient:```GeneratedDataServicesClient client = new GeneratedDataServicesClient(serviceUrl);client.Format.UseJson();BatchCustomer customer =...
View ArticleNew Post: Strong name signature could not be verified
Hello, I'm using MVC 4 with visual studio 2012. Today I downloaded the source code to make a change to the SimpleMembershipProvider. I get this error when I try to use the new dll files in a project...
View ArticleNew Post: Strong name signature could not be verified
Hi Harrison, If you build any of the assemblies from the source code, they will be "delay signed," which means they do not have a full strong-name signature. To run those DLLs you will have to disable...
View ArticleNew Post: Call WebAPI from MVC View
Hi nvivo, There is unfortunately no direct way to do this. The closest way to do this is to make an actual web request to localhost and get the results back as JSON and then render the response content...
View ArticleCommented Feature: MVC Support Adding HTML Attributes to SelectListItems [9]
I would like the ability to add Html attributes to individual SelectListItems via object htmlAttributes. This would be handy for applying CSS to selected options on render. I have working code for this...
View Article