[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Asp.net application an CompilerOptions

Jonas

4/11/2002 9:30:00 AM

Hello

I've created an ASP.NET application that uses MySQL
through ODBC.Net

I've added a reference to Microsoft.Data.Odbc by
rightclicking on "References" in the solution explorer.

Everything works fine if I add a CompilerOptions line in
my ASPX page, but not without it.
<%@ CompilerOptions='/R:"C:\Program
Files\Microsoft.Net\Odbc.Net\Microsoft.Data.Odbc.dll"' %>

My question is: Why do I still have to add a
CompilerOptions line to my aspx-page. I though that adding
a reference in my project was enough?

//Jonas, MCP