I have a ClickOnce-deployed project. Last release, I found ClickOnce added a Microsoft.SqlServer.Diagnostics.Starace.dll
as prerequiste. I'm not sure why it was added.
It seems if I pen the project on a pc that doesn't have this file in the GAC, the ClickOnce will not add this file as prerequesite. I searched the namespace and couldn't figure out where I reference this dll.
My question is : is there a way or tool that can help me where this dll is referenced?