Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    May 29, 2012 @ 07:58
    dominik
    0

    Build whole project for profiling

    Hello,

    We are writing our own E-COmmerce system (usercontrols) and now we are trying to build / publish the whole website but we are not able to build it if umbraco is included becaus some .cs files are missing.

    Is there any way how we can build whole project?

    Thanks

     

    Umbraco version is 4.7

  • Michael Latouche 502 posts 816 karma points c-trib
    May 29, 2012 @ 10:17
    Michael Latouche
    0

    Hi Dominik,

    What you can do is install Visual Studio 2010 Project Template package http://our.umbraco.org/projects/developer-tools/visual-studio-2010-project-template.

    You can then install your Umbraco site outside of Visual Studio, and create an "Umbraco project" project from within Visual Studio, in which you specify the URL to your Umbraco site. In the project, you can then create controls etc., and when building the project, there are some post-built copy commands that occur automatically to make sure all the necessary files are copied over to your actual Umbraco site.

    This way, you do not need to include the Umbraco files in your own project.

    Hope this helps.

    Cheers,

    Michael.

  • dominik 711 posts 733 karma points
    May 29, 2012 @ 11:34
    dominik
    0

    HI Michael,

    I will need some umbraco functionallity inside my usercontrols for example getting dictonary items.

    Will this work?

    Thanks

  • Michael Latouche 502 posts 816 karma points c-trib
    May 29, 2012 @ 11:45
    Michael Latouche
    0

    Hi Dominik,

    Normally yes, the only thing you will need to do, is add a reference in your project to the Umbraco assemblies you need.

    Cheers,

    Michael.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies