Error 1 Could not load file or assembly 'nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT:
0x80131040) /
I added references like NunitAsp (version 1.4.1)dll and NUnit 2.4.3 frame work dll
Is there any dll there to fullfill my requirement in order to avoid the above error
Error 1 Could not load file or assembly 'nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from
HRESULT: 0x80131040) /
I added references like NunitAsp (version 1.4.1)dll and NUnit 2.4.3 frame work dll
Is there any dll there to fullfill my requirement in order to avoid the above error
Regards
Kapil...............
Which version of NUnit is curently installed. You can try remove the previous reference and add it with the new reference if you are using Visual Studio. I think this will update the reference.
vvpnkapil
0 Points
9 Posts
while building the class file in nunitAsp to test the web form I am getting ERROR like
Sep 07, 2007 12:14 PM|LINK
Error 1 Could not load file or assembly 'nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) /
I added references like NunitAsp (version 1.4.1)dll and NUnit 2.4.3 frame work dll
Is there any dll there to fullfill my requirement in order to avoid the above error
Regards
Kapil...............
GeorgeZ
Contributor
2325 Points
552 Posts
Re: while building the class file in nunitAsp to test the web form I am getting ERROR like
Sep 28, 2007 04:12 AM|LINK
Version difference?
Which version of NUnit is curently installed. You can try remove the previous reference and add it with the new reference if you are using Visual Studio. I think this will update the reference.
Good Luck.