Enrico Rossini

Results 51 comments of Enrico Rossini

Oh, sorry. I revive an error because he parameter is not valid in the sql function. If I copy 'search' and I use it as in my sql example, it...

**Error** The full-text query parameter for Fulltext Query String is not valid. ![error](https://user-images.githubusercontent.com/9497415/27512801-db40b740-5945-11e7-9e8c-bbca242d6137.PNG) **StackTrace** ``` at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at...

You have to use ``` /signin-github-token ``` You can see my [post](https://www.puresourcecode.com/forum/asp-net-core/configure-github-as-external-provider-in-identityserver-duende/#post-134).

My implementation for that is as follows: - in `ExternalProvidersConfiguration` add this line ``` public string AzureDisplayName { get; set; } ``` - in the `appsettings` you can add a...

Hey guys! I started to play with this control and it is working very well. I wanted to integrate Vungle and I'm happy to create a PR after that. Has...

PS: I redeployed the Azure Functions on Azure and now I have an error ``` { "schemaValidationMessages": [ { "level": "error", "message": "Can't read from file https://azuks-myfnz-q001.azurewebsites.net/api/swagger/json?code=" } ] }...

Hi there, I can reply myself. If you use a simple tag area, you can have a clickable map as in the following example [code] <img id="worldMap" src="map.jpg" alt="A map...

Did you try to run my example? I have a few websites that use this component without issues at all. What kind of errors?

Thank you for the advice. I'll add it.