YAFLogo

kodyaz
  • kodyaz
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Hello,

I've downloaded Visual Studio project of YAF.NET and start installing it

But I got following error related with Autofac assembly?

How can I solve this issue?

Thanks,

Server Error in '/' Application.

--------------------------------------------------------------------------------

Could not load file or assembly 'Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da' or one of its dependencies. The system cannot find the file specified.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da' could not be loaded.

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Stack Trace:

[FileNotFoundException: Could not load file or assembly 'Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da' or one of its dependencies. The system cannot find the file specified.]

YAF.Core.YafTaskModule.Init(HttpApplication httpApplication) +0

System.Web.HttpApplication.InitModulesCommon() +80

System.Web.HttpApplication.InitModules() +64

System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +792

System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +336

System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107

System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +525

--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18446


Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
10 years ago
You can find that file in the download zip do you forgot to extract all files in the bin folder or did you do an recompile in VS?
kodyaz
  • kodyaz
  • 52.4% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Thanks tha_watcha,

I had recompiled the solution in VS, that's why the referenced dll files were removed, so I copied them back from the zip file