Versions Compared

Key

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

...

  1. Move all config files to root project directory
    • Copy all config files that are in the "bin" folder to the root of the WIRE_GUI directory.
  2. Extract the WIRE_ver4.0.zip archive into the root WIRE_GUI directory of your existing project. (This will overwrite your WIRE.dll.config and WIRE_GUI.dll.config files, so make sure you have a backup!)
  3. Delete the PrintPage.ascx file from the rood WIRE_GUI directory of your existing project.

...

  1. Open the project in Visual Studio
  2. If you have references to to assemblies in the "bin" folder
    • Remove all references to assemblies in the "bin" folder
    • Move any dependent assemblies to the "lib" folder (make sure assemblies are removed from "bin")
  3. Reference the following assemblies in the "lib" folder
    • AjaxPro.2.dll
    • AssemblySettings.dll
    • BAMacros.dll
    • BrandonCollections.dll
    • DataDictionary.dll
    • Ionic.Zip.dll
    • RequestReduce.dll
    • WIRE.dll
    • Wire.XmlProfilePersister.dll
    • WireControls.dll
    • WireLicense.dll
    • Wire.Common.dll
  4. Delete all dlls from bin folder
  5. Include config files in project
    • Include the WIRE.dll.config, WIRE_GUI.dll.config, DataDictionary.dll.config and Wire.XMLProfilePersister.dll.configĀ files into the VS.NET project (right-click on files in VS.NET and choose "Include In Project").
    • Select all four configuration files in VS.NET and edit the Properties for these files (press F4) to match the following:
      Image Modified
  6. Include the following files/folders on the VS.NET project (right-click on file in VS.NET and choose "Include in Project")
    • Download.aspx
    • UserControls directory
    • Styles directory
      • jquery-ui.css
      • wire.css
    • Javascript directory
      • clientMenuScript.js
      • ClientScripts.js
      • CloseSideWindow.js
      • jquery-ui.min.js
      • jquery.js
      • jquery.plugins.js
      • jquery.popupwindow.js
      • lookupBtn.js
      • Stylesheets.js
      • vv_search.js
      • Wire.js
    • Images directory
      • AutoZoomOff_disabled.gif
      • AutoZoomOn_disabled.gif
      • Classic.gif
      • ClassicMode.png
      • Enhanced.gif
      • EnhancedMode.png
      • loading-animated-dots.gif
      • menu_over.png
      • Standard.gif
      • StandardMode.png
      • vv-close-button.png
    • Images/Button
      • navbutton.gif
      • navbutton2.gif
    • Images/Tabs directory
      • Rename.png
    • Images/Toolbar directory
      • refresh.gif
      • refresh_disabled.gif
      • toolbarbg.gif
      • toolbarbtn_separator.png

...