Installation

Upgrade From A Previous Version

Important:
Important changes in ZeeControls 2.1

On A Development Machine

  1. Quit Visual Studio
  2. Backup any ZettaCube license files under the installation folder (default is C:\Program Files\ZettaCube\ZeeControls\Licenses\)
  3. Uninstall the old version of ZeeControls
  4. Remove ZettaCube.ZeeControls.dll and ZettaCube.ZeeControls.XML from the following locations (you may also search for all occurrences of ZettaCube.ZeeControls.* in your drives and remove them completely):
    1. bin folder of your applications
    2. Visual Studio ProjectAssemblies folder (you may simply remove all the sub-folders under ProjectAssemblies)

      Location of Visual Studio 2008 ProjectAssemblies folder (replace 9.0 with 8.0 for Visual Studio 2005)
      1. On Windows Vista:
        C:\Users\<username>\AppData\Local\Microsoft\VisualStudio\9.0\ProjectAssemblies
      2. On Windows XP:
        C:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies
  5. Install the new version of ZeeControls
  6. Copy ZettaCube.ZeeControls.dll and ZettaCube.ZeeControls.XML from the installation folder (default is C:\Program Files\ZettaCube\ZeeControls\) to the bin folders of your Visual Studio projects

On A Production Machine

We DO NOT recommend replacing the DLL directly in a production environment. You should re-build and test your projects with the new version before publishing to the production environment.

If you still wanted to, you may copy ZettaCube.ZeeControls.dll from the installation folder to the bin folder of your web application.

See Also:

Uninstallation

Installation

Important changes in ZeeControls 2.1