This is going to be a long entry, because I want to add all the error messages that I got.
My environment is a newly installed Visual Studio 2010
The initial error was ‘gpMods.dll: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information'
*** Assembly Binder Log Entry (6/14/2010 @ 3:27:30 PM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable C:\Program Files\Microsoft Dynamics\GP\Dynamics.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = NORTHGABRICK\sgray
LOG: DisplayName = Interop.Dynamics, Version=9.0.63.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Microsoft Dynamics/GP/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : Microsoft.Dexterity.Bridge, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
===
LOG: Start binding of native image Interop.Dynamics, Version=9.0.63.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
WRN: No matching native image found.
===================================================================
*** Assembly Binder Log Entry (6/14/2010 @ 3:24:51 PM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable C:\Program Files\Microsoft Dynamics\GP\Dynamics.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = NORTHGABRICK\sgray
LOG: DisplayName = Microsoft.Dexterity.Shell.UI, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Microsoft Dynamics/GP/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : gpModsTemp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null.
===
WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().
LOG: Start binding of native image Microsoft.Dexterity.Shell.UI, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
LOG: IL assembly loaded from C:\Program Files\Microsoft Dynamics\GP\Microsoft.Dexterity.Shell.UI.dll.
WRN: No matching native image found.
LOG: Bind to native image assembly did not succeed. Use IL image.
===================================================================
*** Assembly Binder Log Entry (6/14/2010 @ 3:21:51 PM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable C:\Program Files\Microsoft Dynamics\GP\Dynamics.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = NORTHGABRICK\sgray
LOG: DisplayName = msvcm80, Version=8.0.50727.4027, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Microsoft Dynamics/GP/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Program Files\Microsoft Dynamics\GP\Dynamics.config
LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: msvcm80, Version=8.0.50727.4027, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Dynamics/GP/msvcm80.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Dynamics/GP/msvcm80/msvcm80.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Dynamics/GP/msvcm80.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Dynamics/GP/msvcm80/msvcm80.EXE.
LOG: All probing URLs attempted and failed.