473,320 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

how to refer to a registered assembly located in GAC

Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks
Nov 19 '05 #1
5 1371
You add a reference to it like you normally would any assembly...instead of
going to "browse" though, it should be in the main list of .net assemblies.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Support" <Re****************@mail.oci.state.ga.us> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks

Nov 19 '05 #2
You add a reference to it like you normally would any assembly...instead of
going to "browse" though, it should be in the main list of .net assemblies.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Support" <Re****************@mail.oci.state.ga.us> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks

Nov 19 '05 #3
Karl,

I don't think the GACed assemblies are automatically shown on the ".NET"
tab in VS.NET. Here's an article that shows how you can add them manually:

http://www.daveranck.com/SoftwareDev...icles/174.aspx

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:ei****************@TK2MSFTNGP15.phx.gbl...
You add a reference to it like you normally would any assembly...instead
of going to "browse" though, it should be in the main list of .net
assemblies.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Support" <Re****************@mail.oci.state.ga.us> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks


Nov 19 '05 #4
Karl,

I don't think the GACed assemblies are automatically shown on the ".NET"
tab in VS.NET. Here's an article that shows how you can add them manually:

http://www.daveranck.com/SoftwareDev...icles/174.aspx

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:ei****************@TK2MSFTNGP15.phx.gbl...
You add a reference to it like you normally would any assembly...instead
of going to "browse" though, it should be in the main list of .net
assemblies.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Support" <Re****************@mail.oci.state.ga.us> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks


Nov 19 '05 #5
so, are you saying since my development platform is not the webserver, I
would Add a registry key like the one below pointing to where the assembly
resides.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\AssemblyFolders\[FolderName]@="\\webservername\c$\WINDOWS\\Microsoft.NET\\Fram ework\\[FolderName]"

would the unc work ?
Thanks
"Manohar Kamath" <mk*****@REMOVETHISkamath.com> wrote in message
news:O6**************@TK2MSFTNGP14.phx.gbl...
Karl,

I don't think the GACed assemblies are automatically shown on the ".NET"
tab in VS.NET. Here's an article that shows how you can add them manually:

http://www.daveranck.com/SoftwareDev...icles/174.aspx

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
wrote in message news:ei****************@TK2MSFTNGP15.phx.gbl...
You add a reference to it like you normally would any assembly...instead
of going to "browse" though, it should be in the main list of .net
assemblies.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Support" <Re****************@mail.oci.state.ga.us> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello:
I registered Webvalidator.dll in the web server's GAC
I am developing an asp.net web application that want to make use of the
webvalidator.dll
in vb.net - how do I refer to it ?
Thanks



Nov 19 '05 #6

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

Similar topics

1
by: deyan | last post by:
Dear All, I can't make my IIS 5 to work. I have W2000 Pro and SP3. Installed IIS 5 and i can start and stop IIS service no problem. When i go to my browser IE 5.5 SP3 and type localhost i get...
0
by: Rui Macdonald | last post by:
I working with some samples from angGoGo PhotoControl and when I start it I receive always the following message, can you help me please? :-( -------------------- The located assembly's manifest...
0
by: Support | last post by:
Hello: I registered Webvalidator.dll in the web server's GAC I am developing an asp.net web application that want to make use of the webvalidator.dll in vb.net - how do I refer to it ? Thanks
1
by: Jim | last post by:
Have fully operational software package developed on VB.NET that worked until Jan 1 2003, with early stage deployments on Oct 10, Oct 23, Nov 11, Dec 12 and Dec 30. When attempted final...
6
by: Steve | last post by:
I'm playing with late binding and trying a very simple test to load an assembly In my "Host" application I have this code: <code> string modulePath =...
0
by: Nonee | last post by:
Anyone, anyone? : ) Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. ...
3
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
1
by: Tony Johansson | last post by:
Hello! If I select a private assembly in ILDASM I get a lot of information listed but if I select a shared assembly located at c:\window\assembly(GAC) I get nothing listed. So is this normal...
2
by: Febria | last post by:
Dear, all... I have some problem with my application. I used UltraWebGrid component in my web application. Unfortunately, when I tried to run the web, the error page displayed: The located...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.