groupdocs-comparison / GroupDocs.Comparison-for-.NET-WebForms

Moved to https://github.com/groupdocs-comparison/GroupDocs.Comparison-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/comparison/net
MIT License
1 stars 0 forks source link

Wrong application behavior and comparison output #25

Closed atirtahirgroupdocs closed 4 years ago

atirtahirgroupdocs commented 5 years ago

Please find the source and target files attached. I get different output result from this showcase project. However, output from console application shows different yet right results. Secondly, when I press any difference in right panel of the application (Text deleted or Text added), it doesn't reflect any appropriate change/highlight in the result/output panel. Instead, it highlight only summary page. wrong output.zip

This issue is raised here.

kegor commented 5 years ago

Hi @atirtahirgroupdocs, i think, we will ship the fix during this week.

kegor commented 5 years ago

Hi @atirtahirgroupdocs, the fix was included in version 0.4.6 of the https://www.npmjs.com/package/@groupdocs.examples.angular/comparison package. Let us know if this fix works for you.

atirtahirgroupdocs commented 5 years ago

@kegor ,

All NuGet packages restored successfully. But when I try to run application, get this error.

kegor commented 5 years ago

Hi @atirtahirgroupdocs, could you please share the full build log?

atirtahirgroupdocs commented 5 years ago

Hi @kegor, Attached is the screenshot plus log details. error log.txt

kegor commented 5 years ago

Hi @atirtahirgroupdocs, could you please additionally show/attach the following log: GVpuf5w6SKC3qsKoMDLb0g

atirtahirgroupdocs commented 5 years ago

@kegor attached are the details. details

kegor commented 5 years ago

@atirtahirgroupdocs, could you please also attach the log-file mentioned in your screenshot?

atirtahirgroupdocs commented 5 years ago

@kegor yes sorry. I have attached it now. 2019-10-01T07_48_57_573Z-debug.log

kegor commented 5 years ago

Hi @atirtahirgroupdocs, could you please try to execute following actions in the root directory of the repository:

  1. Delete node_modules folder.
  2. Execute commands npm cache clean --force, npm install -g @angular/cli@latest, npm i.
  3. Try to build solution again.
atirtahirgroupdocs commented 5 years ago

@kegor I followed the steps you shared. Attached is the output details. build failed.txt

kegor commented 5 years ago

Hi @atirtahirgroupdocs, could you please try to delete and re-install node, and then before the solution build remove node_modules folder again?

kegor commented 4 years ago

Hi @atirtahirgroupdocs, was this problem been solved?

atirtahirgroupdocs commented 4 years ago

@kegor yes. It seems like issue was in my environment.