Deployment Problems

Last post 03-05-2009, 12:09 PM by sctank. 3 replies.
Sort Posts: Previous Next
  •  03-05-2009, 11:46 AM 49506

    Deployment Problems

    Downloaded the demo and got Framework 2.0-VB-MicrosoftAjax to work fine.

    Copied the dll to my website bin folder and copied the iis data into my webconfig
    from your deployment page.
    Copied the selecting-multiple-files.aspx example into my site.

    Design mode shows error "tag prefix is not registered"

    When I run it I get "Unknown server tag 'CuteWebUI:Uploader'."
    Do i need to register the dll somewhere in my app/site or import it
    to that page?
     
     
  •  03-05-2009, 11:58 AM 49510 in reply to 49506

    Re: Deployment Problems

    Hi,
     
    because the tag is registered in the web.config.
     
    so when you use your own web.config , you need specify this line at the beginning of page code :
     
    <%@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>
     
    Regards,
    Terry
     
  •  03-05-2009, 12:07 PM 49513 in reply to 49506

    Re: Deployment Problems

    Added that and it works great now! But also needed to copy the
     
    AjaxUploader.lic into my bin folder.
  •  03-05-2009, 12:09 PM 49514 in reply to 49513

    Re: Deployment Problems

    Thanks for the quick help, so far I'm very pleased with the
    demos uploader/features - just what I was looking for.
View as RSS news feed in XML