AFlyingLemon
AFlyingLemon

Reputation: 53

Umbraco: Could not load type 'Umbraco.Web.UmbracoApplication'

I've downloaded Umbraco, connected to a database and installed a sample site but when I try to run in Visual Studio, I get this error:

Could not load type 'Umbraco.Web.UmbracoApplication'.

Any ideas?

Upvotes: 0

Views: 3440

Answers (2)

csharpforevermore
csharpforevermore

Reputation: 1524

You are possibly missing a reference. Also - I found this happens in my version 7.2.4 too.

Check that the install completes - especially if you installed with NuGet. Sometimes powershell doesn't work and the installation is not completed. Look for yellow text during installation. If this fails, try an older version.

Upvotes: 0

Nikola
Nikola

Reputation: 512

I usually follow this guide to get Umbraco up and running with Visual Studio: Setting up Umbraco 7 in Visual Studio 2013 for MVC 4 development

Upvotes: 3

Related Questions