Avatar of Tom Knowlton
Tom Knowlton
Flag for United States of America

asked on 

JavaScript Language Service output window reporting - "Referenced file < .js filename > not found"

For JavaScript Language Service output - is there a way to make it more verbose?

For example, it says:

10:10:21.9070: Referenced file 'scripts\vendor\angular-1.6.9\angular.js' not found.

Open in new window


I need more information on why.

I'm new to this project, so I will answer questions as best I can.

I know the project runs on a Windows Table.  I know it uses XAML.  I know it uses WebView.

I have verified that the files are physically in the path specified, but I don't know if something is changing at runtime to mess with the path:

<head>
    <!--<meta charset="utf-8">-->
    <base href="SmartFormsV4">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--        <script src="scripts/vendor/angular-1.4.9/angular.js"></script>
            <script src="scripts/vendor/ui-bootstrap-1.1.2/ui-bootstrap-tpls-1.1.2.min.js"></script>-->
    <!--<script src="scripts/vendor/angular-1.6.9/angular.min.js"></script>-->
    <script src="scripts/vendor/angular-1.6.9/angular.js"></script>   
    <script src="scripts/vendor/angular-1.6.9/angular-sanitize.min.js"></script>
    <script src="scripts/vendor/angular-1.6.9/angular-cookies.min.js"></script>
    <script src="scripts/vendor/ui-bootstrap-2.5.0/ui-bootstrap-tpls-2.5.0.min.js"></script>
    <script src="scripts/vendor/angular-loading-bar/loading-bar.min.js"></script>
    <script src="scripts/vendor/ui-select/select.min.js"></script>
    <script src="scripts/exif.js"></script>
    <script src="scripts/app.js"></script>
    <script src="scripts/inspections.js"></script>
    <script src="scripts/service.js"></script>
    <script src="scripts/footers.js"></script>
    <link rel="stylesheet" href="scripts/vendor/bootstrap-3.3.6/css/bootstrap.css">
    <link rel="stylesheet" href="scripts/vendor/angular-loading-bar/loading-bar.css">
    <link rel="stylesheet" href="scripts/vendor/ui-select/select.min.css">
    <link rel="stylesheet" href="scripts/app.css">

Open in new window


I am getting the error about "Referenced file ... not found"  for every single .js file.
* WPF* xamlJavaScriptWindows OS* WebView

Avatar of undefined
Last Comment
Tom Knowlton

8/22/2022 - Mon