Forum  General Visual ...  Install It!  Version 5.81.3.73.1b is released with the critical error fixed
Previous Previous
 
Next Next
New Post 8/7/2006 10:39 PM
  Guy
2346 posts
1st Level Poster




Version 5.81.3.73.1b is released with the critical error fixed 
Modified By Guy  on 8/8/2006 1:41:29 AM)

Hi,

There is a new version fixing a critical bug found in the last version regarding a new capability for boosting performance by caching resources in run time. In order to test this capability a definition should be added to the WebGUI section:

<StaticResources Mode="On" />

There could be some permission issues with this feature as it uses a physical directory to store cache. You should add a "Route" directory under the site root and give it write permissions to avoid permission issues.

There is also a new Timer component that basically works just as the new timer works. It is new feature that is still under QA. It is critical that you call Timer.Stop() or Timer.Enabled=false before the containing component dies as currently timers are not destroyed automaticly. Timers don't work currently by default and should be enabled by adding a definition to the WebGUI section:

<TimersEnabled Mode="On"/>

When this feature is released this definition will not be nacecery.

There is also a new configuration key called PrivateVersion that allows developers to add custom cache version dependency. The private version is cancated to the public version cache key and enables invalidation of cache in cases like theme development or custom controls. The cache key is used both client side and server side so by changing the private version you actually are invalidating also all client cache. The private cache is used as following in the WebGUI section:

<PrivateVersion Value="2"/>

If the current public cache version is "1.24" the cache key will be "1.24.1".

Guy

 
Previous Previous
 
Next Next
  Forum  General Visual ...  Install It!  Version 5.81.3.73.1b is released with the critical error fixed
CompanionKit Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS