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?
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]
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.
Ok, figured this out, it only work with Visual Studio 2010 , Visual Web Developer and VS 11 Beta is not supported.
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. :)
is working on a reply...