Hi, (I guess it's time for me to start learning this ASP.Net thing, eh?)<BR><BR>Anyway, my question: I'm having trouble with the example in the Beta 1 docs that has you create a .NET dll and then reference it through various clients.<BR><BR>In the example, I built a dll with the namespace CompCS, to reference this in my C# aspx page, the example shows the following:<BR><BR><%@ Page Language="C#" Description="ASP.NET Component Test" %><BR><%@ Import Namespace="CompCS"%><BR><BR>But when I run the page, I get the error: Compiler Error Message: CS0234: The type or namespace name 'CompCS' does not exist in the class or namespace 'ASP'<BR><BR>When I look at the Detailed Compiler Output it doesn't show my dll being referenced. So it looks like the example left something out... how can I get my dll refenced in the my aspx page?<BR><BR>Thx,<BR>RichardHow's it going Richard? Does the DLL you made show up in your Web Applications Bin Directory?<BR><BR>DRW<BR>ASPNextGen.comI saw after I posted that I needed to copy it to the bin folder... thanks for the response. <BR><BR>Further Q: does this mean copying every dll I want to ref into each web app rootin folder? ... I mean, is there a way a dll can be centrally referenced by multiple web apps?<BR><BR>R.Yes! You can add your Assembly to the "Global Assembly Cache" which makes it accessable globally to the .NET framework. If you have the .NET help files I would recommend investigating it, but to add your dll (assembly) to the GAC use the command line <BR>(gac