Showing posts with label errors. Show all posts
Showing posts with label errors. Show all posts

Sunday, June 10, 2018

How to convert .angular-cli.json to angular.json (Angular 6 Migration)

Error: Local workspace file ('angular.json') could not be found.

Well, after running the following commands for migrating an angular app 5 to angular 6, I realized that the angular-cli.json hadn't been converted as you can see in the screenshot bellow:

npm install -g @angular/cli
npm install @angular/cli
ng update @angular/cli
ng update @angular/core
ng update @angular/material (I didn't execute this because I am not using Angular Material)




So, executing this command, I fixed this error:

ng update @angular/cli --from=1.7.4 --migrate-only


That's it! Now, you can go ahead with *ng serve*
Happy Coding!

Monday, February 13, 2017

Error in File ... .rpt Operation not yet implemented

Error: Error in File ... .rpt Operation not yet implemented

Solución 1: Esta solución fue la adecuada para mi. El problema se trata de "incompatible fonts". Cambia la fuente de tu reporte a "Arial"


ExportFormatType' es ambiguo en el espacio de nombres 'CrystalDecisions.Shared

Error: ExportFormatType' es ambiguo en el espacio de nombres 'CrystalDecisions.Shared

Solución 1: Ve a tu Web.Config, es posible que tengas más de una referencia al Crystal. Quítala, sólo debes tener una - CrystalDecisions.Shared -