Re: [Mono-list] Re: question about Npgsql and WebServices

2004-11-15 Thread A Rafael D Teixeira
Looks like you are forgetting to put a @Assembly directive in your .asmx. Like: <%@ Assembly Name="Npgsql" %> See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfassemblydirectivesyntax.asp And remember Namespaces != Assemblies The 'using namespace' part o

[Mono-list] Re: question about Npgsql and WebServices

2004-11-12 Thread Aleksandar Radulovic
Hi, I have fixed this by manually compiling the assembly WebService.. What I am still looking into is how to make XSP compile my WebService on the fly.. alex. On Fri, 12 Nov 2004 14:24:14 +, Aleksandar Radulovic <[EMAIL PROTECTED]> wrote: > Hi to all! > > I am developing a WebService under