« Return to Thread: Simple chat application

Re: Runtime debug problem

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Hi Rob,

It means that there is an assembly including a different version of
FluorineFx (an older one) and assembly binding fails.
For example it can be the case when you have the service browser referenced
by your application and the service browser assembly was not rebuilt with
your custom built FluorineFx
Or your service library and web application are referencing different
versions of FluorineFx.
Where do you get in this error? If it is traced in the fluorine.log file can
you find any additional details there about the binding error?
 
Zoli

-----Original Message-----
From: fluorine-bounces@...
[mailto:fluorine-bounces@...] On Behalf Of Robert
Bielik
Sent: Thursday, July 02, 2009 3:46 PM
To: Fluorine Mailing List
Subject: [Fluorine] Runtime debug problem

Have a problem when trying to run the ByteArray example with my own built
FluorineFX:

"Could not load file or assembly 'FluorineFx, Version=1.0.0.17,
Culture=neutral, PublicKeyToken=c7c93f18fa4fb5f4' or one of its
dependencies. The located assembly's manifest definition does not match the
assembly reference. (Exception from HRESULT: 0x80131040)"

I'm not very C#-savvy so I have no idea what to do here...

TIA
/Rob


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesil
entgroup.com


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: Simple chat application