visual studio 2012 - VS2012 Project Reference's Properties' path does not match .vbproj HintPath -
My goal was to update a reference to a new version from my old DLL that was updated in VS2012.
In the .vbproj file ...
& lt; Include references = "company, version = 0.0.0.0, culture = neutral" & gt; & Lt; SpecificVersion & gt; False & lt; / SpecificVersion & gt; & Lt; HintPath & gt; .. \ .. \ & LT; New_path_2012 & gt; \ Test \ bin \ Company.dll & lt; / HintPath & gt; & Lt; / References & gt;
In the Solution Explorer, under context, I right-click on the context of the company and click Properties. The path is listed as ...
D: \ DEV \ & lt; Old_path & gt; \ TEST \ bin \ Company.dll \ n \ / code>
There are no errors or warnings are appearing to produce everything properly, but due to this discrepancy, I lack the confidence. How can I fix this?
I tried to restart VS 2012 and tried to remove TFS cache. The problem is being solved by downloading a new copy of this project from TFS on another PC, but I want to understand better how to solve it without such harsh measures.
I just crop this issue, and it was an old thread, while this was the first Google result When I did my search, I thought what had happened to me.
TL; DR: Check the triple gesture path - this could be wrong, and using DLL in VS GAC
My problem came because I was using a little script to send me more than 250 projects My hint path was 'right' at first sight, but to help in updating the issues, and in a small handful that did not follow the normal folder layout, because it was not really, VS 2013 went to the version of DLL in GAC.
Once that was wrong, I decided that the project file, the relative path to the gesture path and the context which was displayed in the context was matched.
< / Div>
Comments
Post a Comment