Versions Compared

Key

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

System Profile

System Full Name

Activity Reporting and Standards System

Business Support Team

ARASS Requests / Demandes SNARA
arass-snara@tc.gc.ca

Business Administrator

Olivier Hill

Business Owner

Brian Oattes

Director

Angele Saumur

Subject Matter Expert

Mike Clark

Division

NTARS Code

CA03

Source Location

Source Code Location

http://tfsprod:8080/tfs/CivAv/ARASS-SNARA/_dashboards

Migration to DevOps

New Source Code Location (DevOps)

https://dev.azure.com/transport-canada/DSD-CIVAV Support/_git/ir-ri_internal

...

RDIMS #7391216

Developer installation

Expand
titleSoftware to install

To run ARASS, you must use Microsoft Visual Studio 2013

...

because it works with Crystal Reports.

Software

Install location

Visual Studio 2013

\\Tc4s0a\groups\AARA\AARAD\Software Library\Developer Tools\Microsoft\Visual Studio 2013

Crystal Reports

...

\Tc4s0a\groups\AARA\AARAD\Software Library\Developer Tools\SAP CrystalReports for Visual Studio 2013

CLF Dependencies

...

...

\Tc4s0a\groups\AARA\AARAD\Software Library\Vendor Software\Toad\Installs

*If you don’t have access to \\TC4S0A\GROUPS\AARA\AARAD\, you need to send an email to Service Desk

...

-ARASS needs to use Microsoft Visual Studio 2013 because it works with crystal reports

...

Expand
titleSetting up local build

ARASS is using the C:\Program Files\Transport Canada folder (not :\Program Files (x86)\Transport Canada?)

...

. You can copy the content of C:\Program Files (x86)\Transport Canada to C:\Program Files\Transport Canada

Inside C:\Program Files\Transport Canada,

...

you should have AjaxControlToolkit.dll, CLFPage.dll, TcMailerNet.dll,

...

and the following folders: StreamTagFilter and CLFPagePlugin

...

  • Inside your local .vs, make sure the applicationhost.config

...

  • contains these lines inside the <modules> section

<modules>

...

Code Block
languagexml
<modules>
  <add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.5.0, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" />

...


  <add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.5.0, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />

...


</modules>

...

  • If you are seeing any exclamation marks

...

  • in the References

...

  • for CLFPage and AjaxControlToolkit, then add their references by pointing to the location of C:\Program Files\Transport Canada, and make sure Copy Local

...

  • is True. When

...

  • Copy Local is True, then building the solution will add the dll copies to the bin folder.

Image Modified

    ...

    • If

    ...

    • the layout is still not fixed (see image below), this means the CLFPage.dll is not correct (calling the old stylesheets), please see below

    ...

    • for the fix

    ...

    • .

    Image Modified
    Expand
    titleFix

    ...

    for layout not loading properly (issue with CLFPage dll)

    Go to the bin folder and delete the CLFPage.dll

    ...

    . Go to References and remove the CFLPage.dll.

    Copy the

    ...

    correct CLFPage.dll (ask

    ...

    team members) to

    ...

    C:\Program Files\Transport Canada and add the Reference

    ...

    for CLFPage.dll to this path

    ...

    . Build the solution and run it.

    ...

    The layout should now be displaying correctly.

    Image Modified

    Good To Know

    +- 1300 ~1300 people use this application (source: Olivier Hill)

    How-To and Fixes

    ...