Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Upgrade Prerequisites

  1. Upgrade WIRE Project in VS.NET to a minimum of .NET Framework 3.5

 

Upgrade Process

This upgrade assumes that you are upgrading a project with the same structure as our starter project WIRE_GUI.

  1. Extract the WIRE_ver4.0.zip archive into the root WIRE_GUI directory of your existing project.
  2. Delete the PrintPage.ascx file from the rood WIRE_GUI directory of your existing project.
  3. Open the project in Visual Studio
  4. Remove all non-System References and add references to all assemblies in lib folder
  5. Add Imports statement to WIRE.Common in the following files
    1. CustomScreens.vb
  6. Add Imports statement to WIRE.Common and WIRE.Common.Html to the following files
    1. EGUIToolbar.ascx.vb
  7. Remove "Option Strict On" from top of the following files
    1. EGUIToolbar.ascx.vb
  8. Add the following files/folders to the VS.NET project
    1. Download.aspx
    2. UserControls directory
    3. Styles directory
      1. wire.css
      2. jquery-ui.css
    4. Javascript directory
      1. clientMenuScript.js
      2. ClientScripts.js
      3. CloseSideWindow.js
      4. jquery-ui.min.js
      5. jquery.js
      6. jquery.plugins.js
      7. jquery.popupwindow.js
      8. lookupBtn.js
      9. Stylesheets.js
      10. vv_search.js
      11. Wire.js
    5. Images directory
      1. AutoZoomOff_disabled.gif
      2. AutoZoomOn_disabled.gif
      3. Classic.gif
      4. ClassicMode.png
      5. Enhanced.gif
      6. EnhancedMode.png
      7. loading-animated-dots.gif
      8. menu_over.png
      9. Standard.gif
      10. StandardMode.png
      11. vv-close-button.png
    6. Images/Button
      1. navbutton.gif
      2. navbutton2.gif
    7. Images/Tabs directory
      1. Rename.png
    8. Images/Toolbar directory
      1. refresh.gif
      2. refresh_disabled.gif
      3. toolbarbg.gif
      4. toolbarbtn_separator.png

 

  • No labels