msvcm80 version
Hi Richard,
your site it's incredibly usefull!
Below you can see the fuslogvw entry for my problem (at least I think the
problem lies there ;-)) and the ie log.
THe application lives in the browser, where we need to interact with a
scanner.
THis used to work in 1.1 and vs2003, but porting to 2.0 and vs2005 fails to
work.
We are using an assembly (WPX_Scanner.dll) in ie6 signed with full trust
written in managed c++, that wraps a dll written in c that is essentially a
driver for a scanner.
Where do we need to set the manifest?
The c# assembly, c++?
thanks in advance for your help
The ielog says
Microsoft.IE.SecureFactory: Trying to create instance of type
http://localhost/WPEXWeb/Assembly/WPX_Scanner.dll#it.creval.WPEX.WPX_Scanner.WPX_Scanner
Microsoft.IE.SecureFactory:
System.Runtime.Serialization.SerializationExceptio n: Type is not resolved for member
'<CrtImplementationDetails>.ModuleLoadExceptionHan dlerException,msvcm80,
Version=8.0.50608.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
at System.AppDomain.CreateComInstanceFrom(String assemblyFile, String
typeName, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm)
at Microsoft.IE.SecureFactory.CreateInstanceWithSecur ity(Int32 dwFlag,
Int32 dwZone, String pURL, String uniqueIdString, String link, String
licenses)
*** Assembly Binder Log Entry (2/7/2006 @ 9:55:50 AM) ***
The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msco rwks.dll
Running under executable C:\Program Files\Internet Explorer\iexplore.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: User = MYDOMAIN\MYUSER
LOG: DisplayName = msvcm80, Version=8.0.50608.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///C:/Program Files/Internet Explorer/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = iexplore.exe
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\conf ig\machine.config.
LOG: Post-policy reference: msvcm80, Version=8.0.50608.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
ERR: Unrecoverable error occurred during pre-download check (hr = 0x80070002).
--
Carlo Folini
"Richard Grimes [MVP]" wrote:
|