Our development team is working hard to ensure that you can upgrade your web application as smooth as possible in less efforts. You can easily migrate your existing web application to use version 4.0 by simply changing the assembly references to 4.0 assemblies.
This is possible because there is no breaking changes in this object model since version 3.0. and thus there is no need to upgrade the existing application using external upgrade tool. However, if you are upgrading from WebCombo 1.x or 2.x, you will need to run Upgrade Tool before migrating to version 4.0. |
To upgrade an existing ASP.NET 2.0 web application to use WebCombo 4.0, please do the following:
- Open an existing web application in Visual Studio 2005/Express
- Expand Bin folder
- Remove ISNet.dll, ISNet.WebUI.dll and ISNet.WebUI.WebCombo.dll
- Right click on the Project node then click Add Reference
- Add ISNet.dll, ISNet.WebUI.dll from [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebUI.NET Framework 3.0\Bin
[Note that the file version should be 3.0.5000.400+] - Add ISNet.WebUI.WebCombo.dll from [Installation Folder]\Intersoft Solutions\WebUI Studio for ASP.NET\WebCombo.NET 4.0\Bin
- Rebuild your web application and run in browser.
If you are planning to use new SmartWebResouces™ feature available in WebCombo 4.0 for simpler deployment, please refer to Easy SmartWebResources Deployment. |