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 ...
2
votes
4answers
1k views

Getting assemblies to show in the .NET tab of Add Reference

When working with Visual Studio and adding a reference to a project you are presented a window with multiple tabs; .NET, Project, Recent, and Browse. What is needed to get an item listed under the ...
0
votes
2answers
111 views

how to use c++ dll in c# project? [closed]

Possible Duplicate: Using C++ Class DLL in C# Application I try to failed to add reference to add c++ dll in c# if you have any other method to add or use c++ dll in c#. how can we use? ...