Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to run the GALRO Admin web page, we need to be added as the administrators (Team leaders can provide you the access). Most members of the current (Sept 2022) Civil Aviation maintenance team have been added to GALRO Admin as Administrators on development, acceptance and production. See RDIMS (to be created) for details regarding adding users.

Expand
titleCompile errors and fixes

If there is any error about CrystalDecisions:

Check the References, you have to reinstall the actual Dlls for these libraries.

On VS2019 → Tool -> Nuget Packet Manager -> Manage Nuget Packages for Solution, and search for the library to install if that library did not exist, and reinstall if it already existed.

When we add the library “CrystalDecisions.ReportAppServer.ClientDoc”, we have to install the specific version “13.0.3500.0” since this is what is specified/required in the web.config .

<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>

Build the solution and run it. If the banner is still not displaying correctly, how to fix it?

Image RemovedImage Added

Fixed: On the browser, click view source code, you can find

→ we must miss the images folder and stylesheets folder in our local path when running GALRO-AGILE-SEC in dev mode

→ Go to \\ncrws499\catcappsx\ and copy “images” and “stylesheets” folders to your local source code of GALRO-AGILE-SEC

→ Refresh the browser, now it displays correctly

...