A week or two ago, I renamed a Visual Studio solution/project:
from UDFakhC to AKHudfC
I can't find any files / code containing the old name (UDFakhC).
I have deleted the ".vs" folder a couple of times.
I tried deleting all of the files from all "bin" and "obj" folder(s).
But, still, whenever I compile the "AKHudfC" project, Visual Studio creates a "UDFakhC\UDFakhC\bin\debug" folder with a bunch of *.pdb folders for a few of the project references.
And the only file in each of the folders is "symsrv.miss.txt" which just contains the link "https://referencesource.microsoft.com/symbols".
The only thing that appears to be NOT working for the compiled "AKHudfC" excel add-in is the ExcelDNA Intellisense (tool-tips). And I'm guessing this extra folder might have something to do with it.
Can anyone point out or speculate why Visual Studio is creating the extra folder? Thanks!
from UDFakhC to AKHudfC
I can't find any files / code containing the old name (UDFakhC).
I have deleted the ".vs" folder a couple of times.
I tried deleting all of the files from all "bin" and "obj" folder(s).
But, still, whenever I compile the "AKHudfC" project, Visual Studio creates a "UDFakhC\UDFakhC\bin\debug" folder with a bunch of *.pdb folders for a few of the project references.
And the only file in each of the folders is "symsrv.miss.txt" which just contains the link "https://referencesource.microsoft.com/symbols".
The only thing that appears to be NOT working for the compiled "AKHudfC" excel add-in is the ExcelDNA Intellisense (tool-tips). And I'm guessing this extra folder might have something to do with it.
Can anyone point out or speculate why Visual Studio is creating the extra folder? Thanks!