asp.net core - Building web app on ubuntu 14.04 -
i'm trying add sqlite db ubuntu server following tutorial:
http://ef.readthedocs.org/en/latest/platforms/coreclr/getting-started-linux.html#install-sqlite
but i'm come across error on
to make sure files correct, can compile project on command line running dnu build --quiet
part.
after running command (dnu build --quiet) following errors:
building keepitsolved dnxcore,version=v5.0 system.unauthorizedaccessexception: access path '/var/www/kis/src/keepitsolved/bin/debug/dnxcore50' denied. @ system.io.unixfilesystem.createdirectory(string fullpath) @ system.io.directory.createdirectory(string path) @ microsoft.dnx.compilation.csharp.roslynprojectreference.emitassembly(string outputpath) @ microsoft.dnx.tooling.buildcontext.build(list`1 diagnostics) @ microsoft.dnx.tooling.buildmanager.buildconfiguration(string baseoutputpath, ienumerable`1 frameworks, list`1 alldiagnostics, string configuration) @ microsoft.dnx.tooling.buildmanager.buildinternal(string projectpath) @ microsoft.dnx.tooling.buildmanager.build() @ microsoft.dnx.tooling.buildconsolecommand.<>c__displayclass0_0.<register>b__1() @ microsoft.dnx.runtime.common.commandline.commandlineapplication.execute(string[] args) @ microsoft.dnx.tooling.program.main(string[] args) --- end of stack trace previous location exception thrown --- @ system.runtime.exceptionservices.exceptiondispatchinfo.throw() @ microsoft.dnx.runtime.common.entrypointexecutor.execute(assembly assembly, string[] args, iserviceprovider serviceprovider) @ microsoft.dnx.host.bootstrapper.runasync(list`1 args, iruntimeenvironment env, string appbase, frameworkname targetframework) @ microsoft.dnx.host.runtimebootstrapper.executeasync(string[] args, bootstrappercontext bootstrappercontext) @ microsoft.dnx.host.runtimebootstrapper.execute(string[] args, bootstrappercontext bootstrappercontext)
i tried accessing
'/var/www/kis/src/keepitsolved/bin/debug/dnxcore50'
but doesn't exist (neither on server, nor local machine. builds fine on local though). here's link repository: https://github.com/ziombo/keepitsolved/
Comments
Post a Comment