Questions tagged [add-references-dialog]

24 questions
1
vote
1 answer

How do you reference monetdb odbc driver for .net

I'm trying to access a monetdb from a .net application - to see if it's feasible for me to use. I have the ODBC Driver downloaded and installed on my machine (from monetDB.org). I can't add a reference to it. My assumption is that the correct…
s mac
  • 135
  • 1
  • 1
  • 12
0
votes
0 answers

AddReference doesn't display on pycharm

I want to use a dll from C# in my python script, using clr and AddReference. After importing clr, I can't use AddReference attribute (screenshot). But when I do print( dir(clr)), it shows me the attribute AddReference (screenshot). I tried to…
0
votes
1 answer

Adding Reference on ASP.NET

have 2 ASP.NET projects. One is an e-comerce with a user login section. The other is the user-administration section with the info of the user. I need to connect them so when I log into my first project it sends me to the second project home section…
0
votes
0 answers

Why I cannot see "Add Reference"

I am new to visual studio, I am trying to add "Inventor" reference, I added it from Solution expolrere - Dependancies - Rightclick - Add project reference. However, it may not inserted correctly because I can see it doen't get intelegency in code…
0
votes
0 answers

Can't find 'References' tab to add System.Windows.Forms

Can someone show me how to add the system.windows.forms reference so I can create a simple dialogue box? Every resource I'm seeing tells me to just click on the references tab on the solution explorer to add it from a dropdown list but I don't see a…
0
votes
1 answer

Visual Studio 2017 SSDT add reference to script

I am new using SSIS and want to create a script to connect to a Mongo DB, for this purpose I am trying to add a reference to a MongoDB driver as explained here Unfortunately I don't see a way to do so, in the solution explorer, there is no Reference…
0
votes
0 answers

How to add MS Visual Studio 2017 C# missing Excel Reference after download?

I am discovering C# in MS Visual Studio 2017 but I cannot add the required MS Excel reference due to the fact that it is not availble. As you can see in the attached --> Screenshot Could somebody help me explain how to solve this? Thank you very…
0
votes
1 answer

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 key for 32-bit and 64-bit, I am still unable to…
Dmitri Nesteruk
  • 23,067
  • 22
  • 97
  • 166
0
votes
1 answer

I can't Add dll to References in Visual Studio 2010

I work on WinApp in Visual Studio 2010 (With C# Language) I want to add one dll (not system dll) to Reference. but when I open Add Reference Window And Browse dll see under error message: Could not load file or assembly 'W2D_D2.dll' or one of…
mehdi
  • 59
  • 4
  • 10
1
2