Posts by DeSanterra • 37 points
5 posts
-
0
votes0
answers23
viewsQ: Add HTTP response header (Access Control Allow Origin)
In my ASP.NET CORE MVC application I have the dist folder in wwwroot: According to the documentation Static Files in ASP.NET CORE configured the startup class by adding an http response header:…
-
0
votes0
answers26
viewsQ: Node.js| problem when serving files from dist folder generated by webpack
I have a web application that uses Webpack to package the files. After running the "npm run build" command the webpack generates a dist folder containing the bundled files. The application worked…
-
0
votes0
answers269
viewsQ: vba runtime error '-2147221164 (80040154)': Unregistered class
i made a class library in visual studio 2019 using the . NET framework which is registered for COM interoperability and generates a file (.tlb). It was programmed in VB.NET and has a simple class…
-
0
votes2
answers157
viewsQ: Django: Css not imported
I am developing my first site with Django and I came across a problem: While running the browser application, as changes contained in the css file do not apply to the website when I try to import…
-
2
votes0
answers46
viewsQ: Selenium.common.exceptions.Nosuchelementexception: Message: Unable to locate element: //div[@class='classificacao_run points']//table
Hello, I made a python webscraping on mozzarella and it worked. However, when I tried to apply the code on another site, I’m getting the title error message. In practice: When running the program…