Tagged Questions

2
votes
2answers
140 views

If Unity is not in the GAC, how does VS know to show it in Add References?

I'm trying to index the GAC and use the ResolveAssemblyReferences target. However, some assemblies (such as Unity application block) seem to be missing from the GAC and yet VS happily shows them in ...
0
votes
1answer
60 views

How does Visual Studio find Unity/P&P or Office assemblies in its Add References Dialog?

I have read other posts on SO regarding VS's Add References dialog and how it populates assemblies. However, even after looking in Reference Assemblies folder and using the AssemblyFolders registry ...