Questions tagged [add-references-dialog]

24 questions
19
votes
3 answers

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 { ... public void LoadDatabase(string…
delete
10
votes
3 answers

Cant properly add service reference in VS 2012 RC

I just add address of the service, press GO and ok. After that generated Reference.svcmap looks right, but Reference.cs is empty! //------------------------------------------------------------------------------ // // This code…
0x49D1
  • 8,505
  • 11
  • 76
  • 127
6
votes
2 answers

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 folder. I tried adding a reference, and then adding the…
user560498
  • 537
  • 1
  • 16
  • 25
5
votes
4 answers

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 .NET listing? We have items in the GAC which we…
Mitchel Sellers
  • 62,228
  • 14
  • 110
  • 173
3
votes
2 answers

how to use c++ dll in c# project?

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? Where do i mistake to add dll in my c# project? Thanks in…
Ashwin
  • 131
  • 2
  • 4
  • 15
3
votes
1 answer

Why dialog box not open after click add reference in visual studio

After clicking "add reference" in Visual Studio, dialog box does not open. Why? So I can't add any reference. The screen just flashes like refresh but nothing appears after clicking "add reference". I need your help. Thanks. I am a newbie in Visual…
John Shuk
  • 57
  • 1
  • 9
2
votes
2 answers

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 the Add Reference dialog. My question: how can this…
Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
2
votes
2 answers

Unable to add the reference of the Microsoft.Online.Administration.Automation.PSModule dll to my project in Visual Studio 2010

A very strange thing is happening and I don't know what's causing this issue. I have a project in which I need to execute some PowerShell scripts to get some values of a SharePoint site. To do this I had installed, Windows Azure Active Directory…
2
votes
1 answer

Visual Studio 2012 - Generate .dll.refresh files?

We recently started using Visual Studio 2012. We are also using third party ASP.NET controls from DevExpress. We are also using Team Foundation Server 2012. For simplicity let's say the folder structure looks something like…
Glen J Fergo
  • 134
  • 1
  • 1
  • 9
1
vote
1 answer

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 package and version 8.0 of the assembly…
1
vote
0 answers

NuGet Package Manager installing System dlls

I have installed a 3rd Party .Net library https://github.com/Quobject/SocketIoClientDotNet using NuGet Package manager like so: Install-Package SocketIoClientDotNet I have noticed that this has imported several custom dlls as well as many .NET dlls…
Harry Boy
  • 4,159
  • 17
  • 71
  • 122
1
vote
0 answers

IronPython fails to load dependency possibly due to name conflict

I am experiencing an issue with IronPython when referencing an assembly that has the same name (part before the .dll) as another file in the same directory. For example, if Foo.xml and Foo.Xml.dll are in the same directory, the directory has been…
burwashw
  • 11
  • 3
1
vote
0 answers

Visual Studio Unit Test From Existing ASP Web Site

Denizens of Stack Overflow, I come before you in hopes of solutions to my current problem, as so many of my questions have been answered by you veritable founts of knowledge. Is there a simple way to create a unit test for an ASP Web Site Project…
1
vote
1 answer

Visual Studio Solution DLL error

I have a visual studio solution which works fine on one machine and when I copy the complete same solution to another machine it misses few external dlls. Both the machine have same configuration and same version of visual studio. I tried removing…
CoolDiva
  • 209
  • 1
  • 3
  • 14
1
vote
0 answers

Get windows.storage.fileproperties namespace in visual studio pro 2012

I'd like to use methods in the videoproperties class in windows.storage.fileproperties but I cant find it when i try to add reference to my project. Where can I download the namespace and how do I add it to visual studio?
Quantum_Kernel
  • 303
  • 1
  • 7
  • 19
1
2