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;
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? :)
Check that you have the bin folder with the correct dlls in it.
Check what framework version the app pool should run under.
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?
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.
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:
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
A few things to check below:
is working on a reply...