--
You received this message because you are subscribed to the Google Groups "AutoMapper-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to automapper-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Simple suggestion, but have you checked your platform target for all relevant projects? It sounds like it’s failing to load the assembly at all, which might indicate a 32bit/64bit/any mismatch between assemblies.
--
Hi all,
*** Assembly Binder Log Entry (07/07/2014 @ 22:46:38) *** The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified. Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable c:\windows\system32\inetsrv\w3wp.exe --- A detailed error log follows. === Pre-bind state information === LOG: DisplayName = AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005 (Fully-specified) LOG: Appbase = file:///G:/***/********/***************site/webui/ LOG: Initial PrivatePath = G:\***\********\***************site\webui\bin LOG: Dynamic Base = C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\***********\3e21f29b LOG: Cache Base = C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\***********\3e21f29b LOG: AppName = b1739544 Calling assembly : *********.*******.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. === LOG: This bind starts in default load context. LOG: Using application configuration file: G:\***\*********\***************site\webui\web.config LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Post-policy reference: AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005 LOG: GAC Lookup was unsuccessful. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/enablecomds/3e21f29b/b1739544/AutoMapper.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/enablecomds/3e21f29b/b1739544/AutoMapper/AutoMapper.DLL. LOG: Attempting download of new URL file:///G:/***/********/***************site/webui/bin/AutoMapper.DLL. LOG: Attempting download of new URL file:///G:/***/********/***************site/webui/bin/AutoMapper/AutoMapper.DLL. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/enablecomds/3e21f29b/b1739544/AutoMapper.EXE. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/enablecomds/3e21f29b/b1739544/AutoMapper/AutoMapper.EXE. LOG: Attempting download of new URL file:///G:/***/********/***************site/webui/bin/AutoMapper.EXE. LOG: Attempting download of new URL file:///G:/***/********/***************site/webui/bin/AutoMapper/AutoMapper.EXE. LOG: All probing URLs attempted and failed.
*** Assembly Binder Log Entry (07/07/2014 @ 22:46:38) *** The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified. Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll Running under executable c:\windows\system32\inetsrv\w3wp.exe --- A detailed error log follows. === Pre-bind state information === LOG: DisplayName = AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005 (Fully-specified) LOG: Appbase = file:///G:/***/********/***************site/webui/ LOG: Initial PrivatePath = G:\***\********\***************site\webui\bin LOG: Dynamic Base = C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\***********\3e21f29b LOG: Cache Base = C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\***********\3e21f29b LOG: AppName = b1739544 Calling assembly : *********.*******.Business, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null. === LOG: This bind starts in default load context. LOG: Using application configuration file: G:\***\*********\***************site\webui\web.config LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config. LOG: Post-policy reference: AutoMapper, Version=3.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005 LOG: The same bind was seen before, and was failed with hr = 0x80070002. ERR: Unrecoverable error occurred during pre-download check (hr = 0x80070002).