Copied to clipboard

Flag this post as spam?

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


  • Wayne 1 post 21 karma points
    Jul 31, 2013 @ 14:00
    Wayne
    0

    Running a production setup locally

    Hey guys and girls!

    I just got a zip archive with an umbraco installation in it and i'm trying to get it running through IIS.

    I get the following error:

    Server Error in '/' Application
    Compilation Error
    Compiler Error Message: CS0246: The type or namespace name 'umbraco' could not be found
    Source Error:
    Line 6: using umbraco.BusinessLogic;
    
  • Thomas Egebrand Gram 63 posts 138 karma points
    Jul 31, 2013 @ 22:49
    Thomas Egebrand Gram
    0

    Where does the error occur? While visiting the frontpage? Can you access the backend? Do you know if there are any custom-made scripts that could cause this in the installation you were given? :)

    // Thomas G

  • Brendan Rice 538 posts 1099 karma points
    Jul 31, 2013 @ 23:11
    Brendan Rice
    0

    A few things to check below:

    1. Check that you have the bin folder with the correct dlls in it.
    2. Check what framework version the app pool should run under.
    3. Are you trying to run the website through Visual Studio, if so the debugger may not work depending on the version of the site. Did you try running without debugging?
    4. Can you provide more detail about how you got the site down locally and how you are trying to run the site to get the error. Details around IIS configuration and what version of the .Net framework the AppPool is running under would be helpful.
Please Sign in or register to post replies

Write your reply to:

Draft