Posts by Vinicius Santos • 31 points
2 posts
-
1
votes1
answer504
viewsQ: ASP NET MVC - "CORS" ERROR
Hello, I have a mistake and I can’t fix it. I have an ASP NET-MVC5 application and I carry a frame in my view that has some fonts, but they are giving the following error: Access to font at…
-
1
votes2
answers862
viewsQ: No parameterless constructor defined for this Object
I am trying to create a constructor with parameters as shown below: public class TestController : Controller { private readonly IAppService _servico; public DashboardController(IAppService servico)…