Jack,
I would check that the DLL is version 10.0.1.34152 - if it is a
different version it will not match.
If you have recently applied an update to SQL Anywhere you may need to
drop the reference to this DLL in Visual Studio and then add it again so
that Visual Studio recognizes the new assembly version.
Jack Walton wrote:
Quote:
I have an asp.net app that is reporting the following error when loading:
Parser Error Message: Could not load file or assembly
'iAnywhere.Data.SQLAnywhere, Version=10.0.1.34152, Culture=neutral,
PublicKeyToken=f222fc4333e0d400' or one of its dependencies. The system
cannot find the file specified.
The DLL itself is present, in the same dir as the app. I assume that the
sybase dll needs some other dlls. True? |