On Mon, 2005-08-22 at 15:21 -0400, Steven Bell wrote: > Hi, > > This is probably a basic question, but I am a bit stumped. > I would like to write a webservice to access a Postgresql database. > How do I attach a reference to the asmx file, so it can find Npgsql.dll? Use the @Assembly directive. You'll want @Import too. -Gonzalo