Build Failing on unknown reference, but assembly is a nuget package, Bug?
i have solution i'm trying use ci builds.
its failing when attempting compile following error:
global.asax.cs (13): type or namespace name 'integration' not exist in namespace 'autofac' (are missing assembly reference?)
autofac, autofac.configuration , autofac.integration.mvc registered, added via nuget, , have copylocal=true
this line in question
dependencyresolver.setresolver(new autofacdependencyresolver(container));
there appears issue with
autofac.integration.mvc.dll
<package id="autofac.mvc3" version="2.6.3.862" targetframework="net40" /> current version
<package id="autofac.web" version="2.6.2.859" targetframework="net40" /> doesn't show in nuget
    
                                                                          Archived Forums V                                                     >                                                                 Visual Studio Team Services                                                                           
 
 
  
Comments
Post a Comment