first install Method not found: 'Void ServiceStack.JS.Configure()'.
Line 7: protected void Application_Start(object sender, EventArgs e)
Line 8: {
Line 9: new AppHost().Init();
Line 10:
Line 11: }
1
vote

You likely have dirty versions installed. Ensure all dependencies are referencing the same version of ServiceStack, clean your NuGet cache (e.g. `nuget locals all -clear`) then restore.
Please submit future issues to https://github.com/ServiceStack/Issues