Hi All,
I have very strange problem here...I have asp.net application in that I am using 'vjslib, Version=2.0.0.0 and it works fine on 32bit and 64bit enviroment.
But when I am using same code same 'vjslib, Version=2.0.0.0 in the windows service application it is giving me the below error:
Exception: System.BadImage FormatException : Could not load file or assembly 'vjslib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'vjslib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' ---> System.BadImage FormatException : Could not load file or assembly 'vjslib, Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'vjslib, Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a'
Could you please tell me why it is happening and how to resolve this.
Many Thanks
John
I have very strange problem here...I have asp.net application in that I am using 'vjslib, Version=2.0.0.0 and it works fine on 32bit and 64bit enviroment.
But when I am using same code same 'vjslib, Version=2.0.0.0 in the windows service application it is giving me the below error:
Exception: System.BadImage FormatException : Could not load file or assembly 'vjslib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'vjslib, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' ---> System.BadImage FormatException : Could not load file or assembly 'vjslib, Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'vjslib, Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a'
Could you please tell me why it is happening and how to resolve this.
Many Thanks
John