Hi,
I am new to infragistic controls. In a project which I am working on they are using UltraWinGrid . When I try to debug I get the following error
Could not load file or assembly Infragistics2.Win.UltraWinGrid.V6.3 Culture = neutral, PublicKeyToken =
or one of its dependencies The system cannot find the file specified.
I have the file in the
C:\Program Files\Infragistics\NetAdvantage 2006 Volume 3 CLR 2.0\windows forms\bin\Infragistics2.Win.UltraWinGrid.v6.3.dll
And I added it as a reference.
What shall I do?
Regards,
Rajesh
Look in C:\Windows\Assembly
Do you see this dll there with the same version as in the error message?
Hi Amiram,
The version of the errormessage is 6.3.20063.1067
C:\Windows\Assembly folder has : 6.3.20063.1069 version.
for the file Infragistics2.Win.UltraWinGrid.v6.3
Hi AMiram,
Can you tell me what are steps to delete the references of dll.
as we are using UFT tool.. I am not aware of any of these dlls.
Please let me know the steps.
Ya i solved the problem.
Actually the same file is used in another project and I did not load it with right reference
Your project is trying to use an old version that not registered in the gac. Delete the reference to this dll from your project and add it again or use the project update utility (I don't know if this utility is included in version 6.3)