dimanche 28 juin 2015

How to write a file path in manifest when the file is located in a different project of the ASP.Net MVC solution?

CACHE MANIFEST
# version 1

CACHE:
Content/bootstrap.css
Content/bootstrap-theme.css
Content/bootstrap-datetimepicker.css
Content/style.css
Scripts/modernizr-2.8.3.js
Scripts/jquery-2.1.4.min.js
Scripts/moment.js
Scripts/bootstrap.js
Scripts/bootstrap-datetimepicker.js
Scripts/PrintVizScripts/spa.js
**Model/Models/print_job.cs**
**Model/Models/report_category.cs**
**Model/Models/report_type.cs**
**ViewModel/FilterViewModel.cs**
**Controllers/SPAController.cs**
**Controllers/DataTableController.cs**
**Controllers/ReportCategoryTypeController.cs**
**Views/Shared/_Layout.cshtml**
**Views/SPA/Index.cshtml**
**Views/ReportCategoryType/Index.cshtml**

The first files are well added to the cache but not the ones in bold, here is the error I get:

error

These files are located in another project in the solution and Model is the name of the other project:

**Model/Models/print_job.cs**
**Model/Models/report_category.cs**
**Model/Models/report_type.cs**

Aucun commentaire:

Enregistrer un commentaire