Offline Application Requirements and Library

The WebStore offline application is a C# Windows forms application and the Web Store provides both executable and source code versions to it. You can find them here:

Source Code:
<installdir>\WebStoreClient

Excecutables:
<installdir>\WebStoreClient_run

The application uses a couple of third party components:

Once installed you will need to add the following assemblies to the WebStoreClient Project:


You are free to use the components when running the Web Store Client application and you can use the DLLs in the SupportDlls directory to compile the WebStore Client project that contains these controls. However if you need to customize the application's menus or reports you will need to download the demo or full versions to get designer support.

Sandbar provides a free version for non-commercial use and we've shipped it here for convenience so you can run the offline application. ActiveReports requires that you download and install first.

Source Code
The Web Store Offline application source code consists of 6 projects similar to the ASP.Net application. The main project is WebStoreClient which contains all of the forms and application specific classes. The application uses the same business object classes used in the ASP.Net application and most of the other projects in this solution are the same as for the ASP.Net application.

The other WinForms specific project is wwDataControls which contains WinForms controls for custom databinding. There are also a number of other enhanced controls:




 Last Updated: 3/4/2007 | Send topic feedback