Problem using managed C++ DLL in unmanged C++ project : Looking for XmlSerializers?
Any one make any sense from these messages?
Messages that appear when I run my application:
LOG: Appbase = file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/
LOG: Initial PrivatePath = NULL
Calling assembly : System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
===
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\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers/RssMonitorClient.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers/RssMonitorClient.XmlSerializers.EXE.
THEN
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'RssMonitorClient.XmlSerializers, Version=1.0.2455.11547, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
THEN:
Managed Debugging Assistant 'BindingFailure' has detected a problem in 'e:\Visual Studio 2005\Projects\VC_Inhouse\debug\VC_Inhouse.exe'.
Additional Information: The assembly with display name 'RssMonitorClient.XmlSerializers' failed to load in the 'Load' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'RssMonitorClient.XmlSerializers' or one of its dependencies. The system cannot find the file specified.
File name: 'RssMonitorClient.XmlSerializers'
=== Pre-bind state information ===
LOG: User = NA\oufo130
LOG: DisplayName = RssMonitorClient.XmlSerializers
(Partial)
LOG: Appbase = file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/
LOG: Initial PrivatePath = NULL
Calling assembly : System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
===
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\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers/RssMonitorClient.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///e:/Visual Studio 2005/Projects/VC_Inhouse/debug/RssMonitorClient.XmlSerializers/RssMonitorClient.XmlSerializers.EXE.
Then
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'RssMonitorClient.XmlSerializers' or one of its dependencies. The system cannot find the file specified.

