Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Question about components in ASP.NET


Message #1 by "Greg Quinn" <greg@i...> on Tue, 29 Jan 2002 15:09:35 -0800
I am well aware that component .dll's now need to be copied to the /bin

directory of an application for it to work, but does this also hold true for

.dll components that were originally compiled in classic ASP?



I have a component that was written for classic ASP, I assume I will need

the aspcompat = true directive in my .aspx page to access it, but in order

to register this component, will I just need to copy it to the /bin

directory, or because it is an old component do I have to still register the

dll manually with regsvr32?



Thanks

Greg




  Return to Index