how to refer to a registered assembly located in GAC

  • Thread starter Thread starter Support
  • Start date Start date
S

Support

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
 
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\.NETFramework\AssemblyFolders\[FolderName]@="\\webservername\c$\WINDOWS\\Microsoft.NET\\Framework\\[FolderName]"

would the unc work ?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top