--- Carl Olsen <[EMAIL PROTECTED]> escreveu: > I'm not sure how to go about updating. I think I'm using the Npgsql.dll > that came with SUSE 9.3 Professional. I installed MONO from the RPMs, which > I think resulted in MONO 1.1.7. I then upgraded to MONO 1.1.8, using the > RPMs from Red Carpet. I think I copied the Npgsql.dll file from SUSE 9.3 to > my Windows XP computer and installed it in the global assembly cache, and > then included it as a reference in my projects in Visual Studio before > copying the projects back to SUSE 9.3 and running them on Apache 2. > > If I understand this correctly, I would need a new Npgsql.dll file and > install it in the global assembly caches on both computers (the SUSE Linux > web server and my Windows XP development workstation), and then recompile my > project by deleting the old Npgsql.dll reference and adding the new one. > > If that is correct, where do I get the new Npgsql.dll from? >
Yeap. This is correct. You can get the new Npgsql.dll from Npgsql project: http://gborg.postgresql.org/project/npgsql/download/download.php Also, you can get Npgsql from daily builds of Mono: http://mono.ximian.com/daily/ And of course, when we get a new Mono release, the latest Npgsql release will be there too :) I hope it helps. -- Regards, Francisco Figueiredo Jr. _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
