A
Adotek
Hi All,
I've just converted a solution from .Net v1.1 to v2.0, by allowing
Visual Studio 2005 to do the conversion.
Since doing so, I am getting a compilation error as follows:
"Option Strict On disallows late binding."
This references line 1, which is my page directive:
<%@ Page Language="vb" AutoEventWireup="false" Inherits="perf_man.sbp3"
Trace="True" CodeFile="sbp3.aspx.vb" %>
Any ideas?
Thanks!
Simon.
I've just converted a solution from .Net v1.1 to v2.0, by allowing
Visual Studio 2005 to do the conversion.
Since doing so, I am getting a compilation error as follows:
"Option Strict On disallows late binding."
This references line 1, which is my page directive:
<%@ Page Language="vb" AutoEventWireup="false" Inherits="perf_man.sbp3"
Trace="True" CodeFile="sbp3.aspx.vb" %>
Any ideas?
Thanks!
Simon.