Error compiling Class Library + Microsoft.DNX.Packagemanager

Asked

Viewed 60 times

1

I created a Class Library project in Visual Studio 2013 Express using framework 4.5, but when giving a Build in Class Library the following error occurs :

------ Build Started: Project: Adcomframework, Configuration: Release Any CPU ------ C: Users COMERCIAL.dnx runtimes dnx-clr-win-x86.1.0.0-rc1-update1 bin dnx.exe --appbase "C: Users COMMERCIAL Desktop Projects Adcom Adcom System Adcomframework" "C:\Users\COMERCIAL.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin\lib\Microsoft.DNX.PackageManager\Microsoft.DNX.PackageManager.dll" pack "C:\Users\COMERCIAL\Desktop\Projetos\Sistema AdCom\AdComFramework" --configuration Release --out "..\ artifacts bin Adcomframework" System.IO.Filenotfoundexception: Unable to load file or Assembly 'Microsoft.DNX.Packagemanager' or one of its dependencies. The system cannot find the specified file. File name: 'Microsoft.DNX.Packagemanager' in System.Reflection.Runtimeassembly. _nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) em System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) em System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) in System.Reflection.Assembly.Load(Assemblyname assemblyRef) in Microsoft.Dnx.Runtime.Loader.Loadcontext.Load(Assemblyname assemblyName) in Microsoft.Dnx.Host.Bootstrapper.Runasync(List`1 args, Iruntimeenvironment env, String appBase, Frameworkname targetFramework) in Microsoft.Dnx.Host.RuntimeBootstrapper.Executeasync(String[] args, Bootstrappercontext bootstrapperContext) in Microsoft.Dnx.Host.RuntimeBootstrapper.Execute(String[] args, Bootstrappercontext bootstrapperContext) AVI: The Assembly connection log is disabled. To enable the Assembly fault log, set the Registry value [HKLM Software Microsoft Fusion! Enablelog] (DWORD) to 1. Note: There is some penalty for the performance associated with the Assembly connection failure log. To disable this feature, remove the Registry value [HKLM Software Microsoft Fusion! Enablelog].

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.