Search
 Search
GET THE HOTEST NEWS ABOUT VISUAL WEBGUI.
CREATE LINE OF BUSINESS SILVERLIGHT APPLICATIONS IN NO TIME.
EVERY THING YOU NEED TO START DEVELOPING WITH VISUAL WEBGUI.
SEE VISUAL WEBGUI SHOW CASES FROM AROUND THE WORLD.
ALL THE RESOURCES YOU NEED TO START BUILDING VISUAL WEBGUI APPLICATIONS TODAY.
SHARE AND FIND VISUAL WEBGUI RESOURCES.
TALK WITH OTHER VISUAL WEBGUI DEVELOPERS.
 
Codes

Current Codes | Categories | Search | Syndication

Templates installation for Visual Studio 8 and 9 (2005 and 2008)  

Published on:  Sunday, October 21, 2007
By:  itzik.spitzen
User Rating:  
Categories:   Library, C#, VB.NET

Users have accessed this code article 3133 times.

This Zip file contains a .VSI file will enable the VWG templates in Visual Studio 8 and 9 (2005 and 2008).

In order to install the templates you should just double-click the VSI file and go with the installation.
(The templates are not signed but it should not cause any concern).

In case you use VS 2008 (.NET 3.5) the configuration handler is set manually, this means you should make sure that after creating a new VWG project the key:
    <configSections>
            <section name="WebGUI" type="Gizmox.WebGUI.Common.Configuration.ConfigHandler,            
                Gizmox.WebGUI.Common, Version=2.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6" />
    </configSections>

Is changed to:
    <configSections>
            <section name="WebGUI" type="Gizmox.WebGUI.Common.Configuration.ConfigHandler,            
                Gizmox.WebGUI.Common, Version=3.0.5701.0, Culture=neutral, PublicKeyToken=263fa4ef694acff6" />
    </configSections>

and set the HTTP Handler's assembly version:
    <httpHandlers>
      <add verb="*" path="*.wgx"               
             type="Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=2.0.5701.0,
            Culture=neutral,PublicKeyToken=3de6eb684226c24d" />
             ...
    </httpHandlers>

To:
    <httpHandlers>
      <add verb="*" path="*.wgx"               
             type="Gizmox.WebGUI.Server.Router,Gizmox.WebGUI.Server,Version=3.0.5701.0,
            Culture=neutral,PublicKeyToken=3de6eb684226c24d" />
             ...
    </httpHandlers>

Also, you should make sure that the VWG assemblies references refer to the 3.0 dlls and not some 1.1 or 2.0 dlls.


Note: Codes are submitted as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Terms of Agreement:
By using this code, you agree to the following terms...

  1. You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
  2. You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
  3. You may link to this code from another website, but ONLY if it is not wrapped in a frame.
  4. You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

Comments
Currently, there are no comments. Be the first to post one!
You must be logged in to post a comment. You can login here
Copyright © 2005-2008 Visual WebGui®   Terms Of Use  Privacy Statement
Visual WebGui is copyright 2005-2008 by Gizmox