-
## Review
- [x] Resources
- [x] Route registration
- [x] DotVVM registration (`app.UseDotVVM` and `app.AddDotVVM`)
- [ ] Postback Handlers (TranslateValueOrBinding, js api)
- [x] Concurre…
-
Server Error in '/' Application.
This operation requires IIS integrated pipeline mode.
Description: An unhandled exception occurred during the execution of the current web request. Please review…
-
Is there a way to send multiple files in one request using:
```
app.UseSwaggerUi(typeof(Startup).GetTypeInfo().Assembly, settings =>{
settings.UseJsonEditor = true;
});
```
first of all…
-
It would be nice to have ability to hide Top panel with explore button.
[Accordingly to existing swagger issue](https://github.com/swagger-api/swagger-ui/issues/3229) several ways to do this:
- …
-
HttpConfiguration.Formatters.Insert(0, new ProtoBufFormatter());
(OR)
HttpConfiguration.Formatters.Add(new ProtoBufFormatter());
Exception: Attempted to access an element as a type incompatible with …
-
I am trying to install the plugin and facing some server error while working with 3.70 Nop and plugin Zip version.
error:-[Exception: Plugin 'Api'. Could not load file or assembly 'Microsoft.Owin.Sec…
-
In express, it's possible to pass multiple middleware functions to the get/post/etc functions, which then get called one after another. It works like this:
if you pass one function, it gets called wi…
-
I'm using Hangfire 1.5.3 and .NET 4.5.2
If I have the following project:
``` cs
// TestJob.cs
using Hangfire;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
na…
nlowe updated
8 years ago
-
There should be documentation showing how to configure hangfire in production for an OWIN server which does not have the HttpApplication class.
The page http://docs.hangfire.io/en/latest/deployment…
-
Rhino compute crashes while attempting to run a medium sized grasshopper definition. Rhino compute is running in a docker container on an EC2 unit. The definition solves without issues on the same ins…