On a development machine:
Before installing a new version of ZeeControls, please uninstall the old version, and remove relevant files (ZettaCube.ZeeControls.dll and ZettaCube.ZeeControls.XML) from the following locations:
- "bin" folder of your applications
- Visual Studio "ProjectAssemblies" folder (you may simply remove all sub-folders under ProjectAssemblies)
Location of Visual Studio 2008 "ProjectAssemblies" folder:
On Windows Vista: C:\Users\[username]\AppData\Local\Microsoft\VisualStudio\9.0\ProjectAssemblies
On Windows XP: C:\Documents and Settings\[username]\Local Settings\Application Data\Microsoft\VisualStudio\9.0\ProjectAssemblies
(For Visual Studio 2005, replace 9.0 with 8.0 in the above paths.)
You may also search for all occurrences of ZettaCube.ZeeControls.* in your drives and remove them completely.
After the new version has been installed, please copy the DLL and XML files from the installation folder (default is C:\Program Files\ZettaCube\ZeeControls) to the "bin" folder of your VS 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 want to, you may copy ZettaCube.ZeeControls.dll from the installation folder to the "bin" folder of your web application.