473,494 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Error Message: Binding Failure was detected

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

Mar 21 '07 #1
1 3808
Sounds like your using VB.Net as code behind an ASP.Net application. True?

"Jeremy Kitchen" <J.*********@gmail.comwrote in message
news:11*********************@l75g2000hse.googlegro ups.com...
>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
Mar 23 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
6642
by: Christian Christmann | last post by:
Hi, assert and error handling can be used for similar purposes. When should one use assert instead of try/catch and in which cases the error handling is preferable? I've read somewhere that...
0
3573
by: Mart | last post by:
Hi, I have just written (my first) VB.net app using MS Visual Basic 2005 Express Edition Beta. It is fairly simple, it reads some configuration data from an XML file then opens a new window...
6
25020
by: Josef Brunner | last post by:
Hi, I published my application (VS 2005) and am now trying to install it when I get this error message. It worked before...even on a different machine. Here is the detailed description: ...
0
2621
by: Marty Cruise | last post by:
I successfully deploy my application to 20 domain users. Only one new user is giving me a problem, although he can access all domain resources. When he clicks the installation link on the...
1
1687
by: Chubbly Geezer | last post by:
I have an application that has previously been working correctly. However, having made some code changes today, the app still publishes correctly but when I try to run it I get the following...
8
6841
by: Ryan | last post by:
I've created and deployed a VB.Net 2005 Application. I have it set as a FullTrust (ClickOnce) application. The install point is on a network server. I did not run into this issue at all while...
35
3734
by: jeffc226 | last post by:
I'm interested in an idiom for handling errors in functions without using traditional nested ifs, because I think that can be very awkward and difficult to maintain, when the number of error checks...
0
1759
by: JohnQ | last post by:
(The thread "Error Handling Idioms" prompted this post. I meant to post it at the top level, but it got posted as a reply. So here it is again!) An attempt at common defintions: fault: the...
2
1950
by: Axel Gallus | last post by:
I am desperately looking for some resources dealing with error handling in c++. Don't get me wrong.... I have very detailed knowledge of exceptions, assertions and invariants, but what is...
0
7119
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6989
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4889
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
644
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
285
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.