-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Carl Olsen wrote: > I'm amazed. I figured out how to connect to PostgreSQL and populate a > datagrid today.
Hi Carl, congratulations!! The first problem I ran into was getting TCP/IP turned on > in the postgresql.conf file. The next problem was giving my IP address > permission to connect in the pg_hba.conf file. The biggest problem I ran > into was calling the npgsql.dll assembly. For some reason, it worked just > fine from a console application written in C#, but it would not run from my > web page until I copied the npgsql.dll file in the bin folder of my web > application. I'm not sure if that is caused by the web application using > the mod_mono.so file to run the compiler. > Did you add Npgsql.dll to global assembly cache? If not, you must put your assemblies in bin folder in order to asp.net find them. > I'm not posting a link to the page, because I'm in the process of making > changes to it, but it's a thrill to see an ASP.NET datagrid control showing > up on my page as an HTML table full of data. > Very good to hear! Please, let us know if you get any problem. - -- Regards, Francisco Figueiredo Jr. Npgsql Lead Developer http://gborg.postgresql.org/project/npgsql MonoBrasil Project Founder Member http://monobrasil.softwarelivre.org - ------------- "Science without religion is lame; religion without science is blind." ~ Albert Einstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQEVAwUBQoVoZP7iFmsNzeXfAQK8KAf9HVzjuxvN9UL1ZReLH2en3VlRU28vVkuH 7l0tkonitbZKWrcF6e7pynZqjStUrXPynW4pCekrtU5dJBphktm1ACkC5XZWNuCB MPPRpYT7rSlUmolPvN6p0U96kWLNSE7pmD2DXW+aXASXOGQ0NOyotAHi5xgzpRr/ 6p9IzCVMg3PO91LEl5f8oqtj6GV09YFHWz5BvYrMM9ReqgNgwsQLP+1Bgfjct4td k+Zq6KULFH35gIe5zPLEASHvQ0fxEahNFZSOKsxNlVBcFkrrA/hw9cAOTPLAMQ7g w4vCHdphNlzEg9GRRzuI651qXLTfjjxd3DKf0qfuB1pt2290iNVo7A== =KIp0 -----END PGP SIGNATURE----- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
