Link to home
Start Free TrialLog in
Avatar of Mare22
Mare22

asked on

ASP .NET Assembly Reference Mismatch

I am running a web application in Visual Studio 2010.  I recently started to get the assembly reference mismatch exception at runtime:

Could not load file or assembly '...' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

It's looking for an assemply with version Version=3.0.98.0.  The assemply I that I have locally has a version number 3.0.102.0.  Tried to remove the old references and rebuild, but it does not go away.

I had similar issues previously, and removing old references and rebuilding helped in the past, but not now.

How can I fix this?

Thank you.

 
Avatar of Vikram Singh Saini
Vikram Singh Saini
Flag of India image

Avatar of FarWest
FarWest

try to change the target framework, in compile option
ASKER CERTIFIED SOLUTION
Avatar of Mare22
Mare22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mare22

ASKER

The suggested solution did not work for me.
Avatar of Mare22

ASKER

The previously suggested solutions did not work for me.