Upgrade Prerequisites
- 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.
- Extract the WIRE_ver4.0.zip archive into the root WIRE_GUI directory of your existing project.
- Delete the PrintPage.ascx file from the rood WIRE_GUI directory of your existing project.
- Open the project in Visual Studio
- Remove all non-System References and add references to all assemblies in lib folder
- Add Imports statement to WIRE.Common in the following files
- CustomScreens.vb
- Add Imports statement to WIRE.Common and WIRE.Common.Html to the following files
- EGUIToolbar.ascx.vb
- Remove "Option Strict On" from top of the following files
- EGUIToolbar.ascx.vb
- Add the following files/folders to the VS.NET project
- Download.aspx
- UserControls directory
- Styles directory
- wire.css
- jquery-ui.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
Related articles