Tagged Questions
The add-references-dialog tag has no wiki summary.
3
votes
3answers
3k views
Can't find Microsoft.SqlServer.ConnectionInfo.dll assembly file?
I'm trying to dynamically get a databases Table structure using only C# code as follows:
using Microsoft.SqlServer.Management.Common;
using Microsoft.SqlServer.Management.Smo;
public class LoadStuff
...
2
votes
1answer
60 views
reference app_code classes in web application project
I have created an asp.net website, with the accompanying app_code folder.
In the same solution I added a web application project, and I want to use the classes that are in the website app_code ...
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
112 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?
...
0
votes
1answer
581 views
Why does Microsoft.ReportViewer.WebForms 8.0.0.0 not appear in the Visual Studio 2010 “Add References” dialog?
I'm creating a web application project targeting .NET 3.5 that needs to use the Reporting Services 2005 report viewer control (8.0.0.0) to view some old reports. I installed the redistributable ...
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 ...