The projectpage tells me I have to add:
<%@ Assembly name="System.Data" %> <%@ Assembly name="Npgsql" %>
When I do this I get an error:
Regel 1: <%@ Page Language="VB" Debug="true" %> Regel 2: <%@ Import Namespace="System.Data.Odbc" %> Regel 3: <%@ Assembly name="Npgsql" %> Regel 4: <% Regel 5:
It's unable to find/load dependencies.
Has anyone ever encountered this problem?
If so, what was your solution.
Thanks,
Peter