473,463 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

adding to "Add Reference" dialog

Is there a way to add an assembly to the .NET tab of
the "Add Reference" dialog?
Nov 15 '05 #1
3 1590
It's amazing what changing one little keyword will cause
search to pull up.

http://support.microsoft.com/default...id=kb%3Ben-us%
3B306149
-----Original Message-----
Is there a way to add an assembly to the .NET tab of
the "Add Reference" dialog?
.

Nov 15 '05 #2
On Fri, 26 Sep 2003 07:44:20 -0700, Brad Quinn <br***********@hotmail.com> wrote:
Is there a way to add an assembly to the .NET tab of
the "Add Reference" dialog?

Brad,

Check out the knowledge base article titled "INFO: How to Display an Assembly in the Add Reference Dialog Box" located at (watch for line wrap):

http://support.microsoft.com/default...;en-us;q306149

Hope this helps.

- Nicholas Paldino [.NET/C# MVP]
- nick(d0t)paldino=At-exisconsulting'dot|com
Nov 15 '05 #3
Thanks Nick,

Here is a post-build step that I whipped up;

for %%a in ($(TargetDir)*.dll) do gacutil /i "%%a" /f
echo Windows Registry Editor Version
5.00>$(ProjectName).reg
echo
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\Assem
blyFolders\$(ProjectName)]>>$(ProjectName).reg
set td=$(TargetDir)
echo @="%td:\=\\%">>$(ProjectName).reg
regedit $(ProjectName).reg

Watch out for word wrap.
-----Original Message-----
On Fri, 26 Sep 2003 07:44:20 -0700, Brad Quinn <br***********@hotmail.com> wrote:
Is there a way to add an assembly to the .NET tab of
the "Add Reference" dialog?

Brad,

Check out the knowledge base article

titled "INFO: How to Display an Assembly in the Add
Reference Dialog Box" located at (watch for line wrap):
http://support.microsoft.com/default.aspx?scid=kb;en- us;q306149
Hope this helps.

- Nicholas Paldino [.NET/C# MVP]
- nick(d0t)paldino=At- exisconsulting'dot|com.

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Maksim Chepel | last post by:
Just what the subject says. Thanks a lot!
3
by: David T. | last post by:
How to make .NET dll appear in the Add Reference dialog. What in general is the Add Reference dialog for?
10
by: msnews.microsoft.com | last post by:
Hi, How do I add a reference in VC++.NET? In VB.NET and VC#.NET, there's an option in "Project" menu called "Add Reference". This will add a .NET DLL reference to the current project. After I...
5
by: Trevor Andrew | last post by:
Hi There I am having some difficulty referencing Web Services. I am using Visual Studio .NET 2003, with the .NET Framework 1.1, and trying to write a VB.NET Windows Application that consumes an...
3
by: Samuel R. Neff | last post by:
I just started having a problem with the Add Reference dialog not displaying in VS.NET 2003. Whenever I click Add Reference the dialog doesn't display. I've tried several different projects and...
1
by: SrDhUS | last post by:
I get the following error when I try to add a web reference using Web Reference Dialog (VS .Net 2003) Error "The proxy settings on this computer are not configured correctly for web discovery."...
1
by: PJSimon | last post by:
In regards to this MSDN article: http://support.microsoft.com/default.aspx?scid=kb;en-us;306149 .... how do I add the registry key? I got confused on three points: 1) I do not have a key...
3
by: Maxwell2006 | last post by:
Hi, I am using Visual Studio 2005. I have added a DLL into GAC. I can confirm that by going to C:\WINDOWS\assembly and see the assembly name.
4
by: Bruce | last post by:
I created a .NET control in managed VC. I noticed that many similar controls are listed under the .Net tab of Add/Reference. How do I get my control in this list? I tried RegAsm which said it...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.