Bonjour,
Dans le cadre d'un projet pour mon ecole, je dois faire cohabiter des pages en aspx et mod_mono ainsi qu'une base postgresql.
L'installation de mod_mono marche sans soucis, la base sql aussi mais lorsque je veux faire interagir les deux, cela pose probleme, a priori, mod_mono n'a pas le driver pour postgresql et meme apres avoir installer le driver pour mono, mod_mono qui a l'air d'etre independant, le prends pas en compte.
Voia un copier coller du message d'erreur mais je pense pas m'etre tromper sur le probleme:
Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.
Error message: /var/www/localhost/htdocs/aspnet/admin_violette/WebForm1.aspx.cs(11,7) : error CS0246: The type or namespace name `Npgsql' could not be found. Are you missing a using directive or an assembly reference? /var/www/localhost/htdocs/aspnet/admin_violette/WebForm1.aspx.cs(11,1) : error CS0246: The type or namespace name `Npgsql' could not be found. Are you missing a using directive or an assembly reference? /var/www/localhost/htdocs/aspnet/admin_violette/WebForm1.aspx.cs(11,7) : error CS0246: The type or namespace name `Npgsql' could not be found. Are you missing a using directive or an assembly reference? /var/www/localhost/htdocs/aspnet/admin_violette/WebForm1.aspx.cs(11,1) : error CS0246: The type or namespace name `Npgsql' could not be found. Are you missing a using directive or an assembly reference?
Si quelqu'un a une idee, je suis preneur.
Merci d'avance.