Last week I installed the latest visual studio (community), and the episerver plugin.
For good measure, I also installed the "nuget" thing https:// nuget.episerver.com/ feed/packages.svc/ (link broken up because this forum gives "server error" if you include links)
There are a lot of code examples for epi, but the majority are missing the vital information needed to compile the code.
e.g. this line.
using (UserStore<ApplicationUser> store = new UserStore<ApplicationUser>(new ApplicationDbContext<ApplicationUser>("EPiServerDB")))
Vistual studio syas "The type or namespace "ApplicationUser" could not be find as you are missing a using directive or assembly reference"?
How does one resolve this? Googling "EPiServer ApplicatoinUser" does not result in any hits. I was hoping to find some documenation for this package, with instructions on how to include it.
Are there steps I can use to locate all of the varoius missing pieces?