Error Message: Binding Failure was detected

J

Jeremy Kitchen

I get the following error Message when I attempt to create a new
instance of my webservice.

BindingFailure was detected
Message: The assembly with display name
'PhoenixAuthentication.XmlSerializers' failed to load in the
'LoadFrom' binding context of the AppDomain with ID 1. The cause of
the failure was: System.IO.FileNotFoundException: Could not load file
or assembly 'PhoenixAuthentication.XmlSerializers, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The
system cannot find the file specified.
File name: 'PhoenixAuthentication.XmlSerializers, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null'

=== Pre-bind state information ===
LOG: User = RURALSOURCE\jkitchen
LOG: DisplayName = PhoenixAuthentication.XmlSerializers,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null,
processorArchitecture=MSIL
(Fully-specified)
LOG: Appbase = file:///C:/hytrol/develop/phoenix/PhoenixLib/PhoenixAuthentication/bin/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: Using application configuration file: C:\hytrol\develop\phoenix
\PhoenixLib\PhoenixAuthentication\bin\Debug
\PhoenixAuthentication.vshost.exe.config
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:///C:/hytrol/develop/phoenix/PhoenixLib/PhoenixAuthentication/bin/Debug/PhoenixAuthentication.XmlSerializers.DLL.
LOG: Attempting download of new URL
file:///C:/hytrol/develop/phoenix/PhoenixLib/PhoenixAuthentication/bin/Debug/PhoenixAuthentication.XmlSerializers/PhoenixAuthentication.XmlSerializers.DLL.
LOG: Attempting download of new URL
file:///C:/hytrol/develop/phoenix/PhoenixLib/PhoenixAuthentication/bin/Debug/PhoenixAuthentication.XmlSerializers.EXE.
LOG: Attempting download of new URL
file:///C:/hytrol/develop/phoenix/PhoenixLib/PhoenixAuthentication/bin/Debug/PhoenixAuthentication.XmlSerializers/PhoenixAuthentication.XmlSerializers.EXE.

1. What is this message telling me?
2. What can I do to fix the problem?

Thanks
Jeremy
 
R

Richard T. Edwards

Sounds like your using VB.Net as code behind an ASP.Net application. True?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top