I am getting this error when running GACUTIL as pat of the build
Cannot register assembly "C:\Users\brogers\Documents\Visual Studio Projects\CIBC-TSA\src\AutoFill\bin\Debug\AutoFill.dll". Could not load file or assembly 'ISSNCEvent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0b3433fc08065298' or one of its dependencies. The system cannot find the file specified.
The problem Is that I cannot find where the ISSNCEvent assembly is referenced in my code?
I did a search for ISSNCEvent in my solution and nothing comes up.
Now at one time a reference DLL/Assembly did was named ISSNCEvent, but that was changed.
I also only seem to get the error if I "Register for COM Interop".
Therefore is seems to have Cached this reference to ISSNCEvent -- any idea how I can clear this cache entry.