Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Zakhar 171 posts 397 karma points
    Jun 19, 2012 @ 21:07
    Zakhar
    0

    How to add USiteBuilder template to Visual Studio / Visual Web Developer ?

    Hi guys, I'm a little bit confused here.

    Tried to follow tutorials but I can't create USiteBuilder project as I don't have it in templates. I downloaded and installed uSiteBuilder from the site, but nothing happens. What is it I installed, and how to get the template in VS?

    I don't have VS at my home computer, so trying in Visual Web developer. Is it the problem?

    Thanks.

  • Zakhar 171 posts 397 karma points
    Jun 20, 2012 @ 15:10
    Zakhar
    0

    Ok, figured this out, it only work with Visual Studio 2010 , Visual Web Developer and VS 11 Beta is not supported.

  • Chris Parkinson 39 posts 73 karma points
    Jun 25, 2012 @ 18:52
    Chris Parkinson
    0

    It's easy enough to use without the project templates. For document types simply create a standard c# class and add the uSiteBuilder namespace "Vega.USiteBuilder" (assuming you've referenced the dll).

    Inherit from DocumentTypeBase and decorate your classes with [DocumentType] and your properties with [DocumentTypeProperty] 

    For master pages just inherit from TemplateBase

    I'm using VS2012 as we speak. :)

Please Sign in or register to post replies

Write your reply to:

Draft