> Hi,
> 
> I'm trying to use VS.NET to create a dll I can use in a 
> classic asp page. I've never done this before.  Any 
> instructions would help. I created a class library compiled 
> to a dll and try to use
> Server.CreateObject("Mynamespace.Class") but I get an error. 
> I guess I need to register the dll but am not sure how... 
> Using IIS 5.0 Win2K...
> 
> Thanks for the help...

RegSvr32.exe "YourDllPath"

To unregister:

RegSvr32.exe /u "YourDllPath"

VB6 has a "feature" whereby your registry will fill up with rubbish and your
system will slowly (over a period of months) grind to a halt if you don't
unregister between builds or use strict procedures regarding binary
compatibility.  As far as I know, this is not a problem with VS.Net, but
then I reformat my hard drive every 30 days so I wouldn't know.

Which VS.Net language are you using to build the DLL?

Adelle.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to