Search results for query: *

  1. juniorProgrammer

    Resolved Help converting me Program to Controller with await

    thanks, i was change me proyect for another newer proyect MVC .NET Core 6 and works correctly. me other project was an older project MVC created in 2019.
  2. juniorProgrammer

    Resolved Help converting me Program to Controller with await

    just builder.setup() don't return true and i am doing the same at Program how can see in me code. unfortunately for me it does not give me any error only connected = false For 'x' reason only connect if the method aren't [System.Web.Http.HttpGet] This is how i am testing de controller...
  3. juniorProgrammer

    Resolved Help converting me Program to Controller with await

    Ok, after change this i think there is not me problem. Yes, it's work, the program don't crash but the connection doesn't work I am using this public code https://github.com/Omnibasis/bigchaindb-csharp-driver
  4. juniorProgrammer

    Resolved Help converting me Program to Controller with await

    I have this code in a Program and it works correctly. But when i try to insert them into a Controller to be called in api/Controller it didn't work. static async Task Main(string[] args) { var result = await searchReviewsByIdProductAsync("hhcbaaczbzj"); System.Environment.Exit(1); }...
Back
Top Bottom