FDOT2026C3D Maintenance Release 1 Hotfix 1 --------------------------------------------------------------------------------------------- Included in this package: --------------------------------------------------------------------------------------------- Quantity Takeoff Manager: Fixed error creating PDF reports from TakeOff Manager --------------------------------------------------------------------------------------------- Installation Instructions: --------------------------------------------------------------------------------------------- 1) Extract zip file to a temporary location 2) Rename existing "C:\FDOT2026.C3D\APPS\QuantityTakeoffManager" folder to "C:\FDOT2026.C3D\APPS\QuantityTakeoffManager.BAK" 3) Copy the "QuantityTakeoffManager" from the extracted file to "C:\FDOT2026.C3D\APPS\" (final path would be "C:\FDOT2026.C3D\APPS\QuantityTakeoffManager") Although the "*.dll" files have been digitally signed, Windows security may "Block" those files since they downloaded from the internet. If you run into issues running any tools in the above list below are the steps to "unblock" those files in bulk. Open a Windows PowerShell prompt as administrator (not a command window) Enter the following command: Get-ChildItem - Path "C:\FDOT2026.C3D\APPS\QuantityTakeoffManager\" -Recurse | Unblock-File