groupdocs-viewer / GroupDocs.Viewer-for-.NET-MVC

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/viewer/net
MIT License
8 stars 3 forks source link

Unable to run the latest release #36

Closed usman-aziz closed 5 years ago

usman-aziz commented 5 years ago

While running the latest release of the application, I am getting the following errors in the browser's console, however, the project builds successfully in VS2015. Errors

Pavel-Teplitsky commented 5 years ago

Hi @usmanazizgroupdocs , thank you for your request. From your screenshot I can see that you tried to open examples web page via wrong URL htt://localhost:8080/viewer/Viewer/Index, please try to open htt://localhost:8080/viewer instead. Also I can assume that in your VS2015 you have such configuration http://prntscr.com/nvpyno , this option means that if you currently navigated to the Index.cshtml file in your VS as shown on the screenshot http://prntscr.com/nvpzis VS will open it via full path as a URL - thats why you get htt://localhost:8080/viewer/Viewer/Index in your browser. I can advise you to use this option instead http://prntscr.com/nvq05h

Best regards.

usman-aziz commented 5 years ago

@Pavel-Teplitsky Thanks for the solution. It worked.