I have a desktop application with a installer , so the file paths are dynamic , I use a webBrowser in the application to simulate a protocol with HTML, CSS and JS files to be lighter than generating via WinForms . The problem is that HTML is not able to reach the folder inside the solution containing the CSS and JS files, follow the example below:
ErrorsappearintheWebBrowserwhenitlosesthesefiles:
HTMLloadingintheWebBrowserisgivenbytheselinesinVb.Net