Copied to clipboard

Flag this post as spam?

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


  • Vance 2 posts 23 karma points
    May 01, 2014 @ 14:24
    Vance
    0

    Best way to configure VS 2013 for development?

    My boss wants me to develop our Umbraco 7.1 user controls (MVC based) using the "Umbraco Core Binaries" NuGet package.  He says it will help us better see what pieces are ours versus what is Umbraco.  And it will prevent us from having to check all of Umbraco into source control.

    I do have a working full install of Umbraco on my machine.  My intent is to point the configuration of this test site at the same database.

    However, to make this feasible we need a test bed for our user controls in this solution.  That is where I am having trouble.  I created a simple "Hello, World!" home page with static text and a basically empty controller.  That page gives the error:

    Value cannot be null.
    Parameter name: umbracoContext

     

    Is it possible to create a testbed into which I can simply drop a user control?  I am not sure how I would log in.

    A better question, is this worthwhile?  I have the feeling it would be MUCH easier to simply use the full Umbraco Nuget package and then just package up our components using the built in Umbraco packaging when we want to push to our test servers.  I guess we would have to do that packaging from our Build server though, which would be a bit odd.

    Thanks,

    Vance

Please Sign in or register to post replies

Write your reply to:

Draft