WIZ5100 Version error

Hi,

I have updated my firmware and SDK.
Today I tried to run the FEZ connect server and found that all the WIZ5100 assemblies have version 0.0.0.0 and the compiler complaining that it needs 4.1.8.0.

These references all have a ! in the solution explorer
GHIElectronics.NETMF.W5100
GHIElectronics.NETMF.W5100.Dhcp
GHIElectronics.NETMF.W5100.Http

I had not tried the earlier SDK. I tried removing the SDK and then re-applying but nothing changed.

Can somebody please help ( What havent I read?).

Dave

Dave,
You need to remove all the references with the ‘!’ and then re-add them.
This removes the old version of these assemblies and replaces them with the newer versions.

@ jasdev

I removed the SDK which also removed all the assemblies but I get the same result. I did check the directory all that was left were a few additions like Glide. Or am I mis-understanding your answer?

Dave.

Your project has a copy of the old DLLs.
You need to remove them from the References folder in your project, and then re-add them.

jasdev,

Thankyou!

That fixed it.

Dave.