I have a class library and two projects reference it. One project showed the updates by simply doing a build on the library & on the project.
The other one refuses to references the newer version.
I have...
1) hit build on the library & project many many times.
2) deleted the library from the project (all reference which was a .dll, .pdb, .xml) the rereferenced the .dll.
3) deleted the library and tried to build the project with the missing library expecting to get errors due to the missing reference. The deleted library reinserted itself back into the project!...
4) did the same as 3) but also commented out all reference to the library. this time I got errors due to varables used to reference the library reference. But again the library reinserted itself back into the project!
All these times it was an older version of the library.
Anyone have a clue how I can update the library reference in this project?
The other one refuses to references the newer version.
I have...
1) hit build on the library & project many many times.
2) deleted the library from the project (all reference which was a .dll, .pdb, .xml) the rereferenced the .dll.
3) deleted the library and tried to build the project with the missing library expecting to get errors due to the missing reference. The deleted library reinserted itself back into the project!...
4) did the same as 3) but also commented out all reference to the library. this time I got errors due to varables used to reference the library reference. But again the library reinserted itself back into the project!
All these times it was an older version of the library.
Anyone have a clue how I can update the library reference in this project?