installing on VS 2008

  1. #1

    installing on VS 2008

    Hi,
    I've downloaded coolite for .Net 3.5 and properly installed without any error.
    but in VS there's no component in toolbox bar or even a cool tag in html won't lead to a cool component instead in design view there will be an error :
    Error creating control - window1
    This control could not be displayed because its TagPrefix is not registered in this web form.
        <cool:Window runat="server" id="Window1" />



  2. #2

    RE: installing on VS 2008

    Hi phpcs,

    At the moment we do not automatically install to the components to the Visual Studio ToolBox, for several reasons (listed below), but it's a simple job to do manually.

    Instructions are provided in the ReadMe.txt file which is installed to your Start > Program Files > Coolite menu after you run the automatic .exe installation program.

    The following is a copy/paste of those instructions.

    ----------------------------------------------------------
    MANUAL TOOLBOX INSTALLATION INSTRUCTIONS
    ----------------------------------------------------------
    
    The following steps are required to manually install the controls into your Visual Studio or Visual Web Developer Express Toolbox. 
            
        1. Open Visual Studio or Visual Web Developer
    
        2. Open an existing or create a new web Project.
        
        3. Open or create a new .aspx page.
    
        4. Open the ToolBox panel. Typically located on the left side in a fly-out panel (Ctrl + Alt + x).
    
        5. Create a new "Coolite" Tab, by...
            a. Right-Click in the ToolBox area.
            b. Select "Add Tab".
            c. Enter "Coolite".
    
        6. Inside the "Coolite" tab, Right-Click and select "Choose Items...".
    
        7. Under the ".NET Framework Components" Tab select the "Browse" button.
    
        8. Navigate to and select the Coolite.Web.UI.dll file, choose open.
                
                NOTE: If the automatic installer has been run previously, the Coolite.Web.UI.dll can typically be found in the following location:
                
                C:\Program Files\Coolite\Coolite.Web.UI - Version 0.3\
    
        9. The component items should now be added to the list and pre-checked. You can confirm by sorting the list by "Namespace" and scrolling to "Coolite.Web.UI"
    
        10. Click "OK". The icons should be added to your ToolBox. You should now be able to drag/drop a Coolite component onto your WebForm.
        
        11. Enjoy.

    Another option is to add a Reference to the .dll. Adding the Reference will not add the controls to the ToolBox, but it will make the Assembly available to the Project, at which point you would not get the "Error creating control" exception.

    Automatic installation to the ToolBox may be included at a future date, but for now the process is buggy.

    1. To the best of our knowledge automatic installation to the Visual Web Developer Toolbox is not possible. We've never been able to get it work.

    2. Installation to Visual Studio is buggy.

    3. For the moment we wanted to focus our time and energy on building the controls and not troubleshooting a high-maintenance installation process.

    Clearly we could do a better job in explaining the manual installtion process. Hopefully this forum post will help. We should also have a screencast demonstrating the process available soon.

    We're actually looking for someone with killer experiece writting installers and specifically experience installing to Visual Studio and creating http://localhost web applications. If you're interested, please contact me at geoff [at] coolite [dot] com.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Installing v2.0.0.rc1 Using NuGet
    By alexua in forum 2.x Help
    Replies: 2
    Last Post: Jul 02, 2012, 7:07 PM
  2. Replies: 1
    Last Post: Mar 27, 2012, 3:30 PM
  3. [CLOSED] Installing and Using Extensions
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 01, 2010, 4:58 PM
  4. Error Installing 0.8.0
    By tnwheeler in forum Bugs
    Replies: 8
    Last Post: Jul 01, 2009, 4:57 PM
  5. Installing to VS2005
    By drgw74 in forum 1.x Help
    Replies: 3
    Last Post: Mar 05, 2009, 2:13 PM

Posting Permissions