> Hi,
> I have been working on ASP.NET 2.0. When I was trying to work with one of
[quoted text clipped - 12 lines]
> the namespace defined. Please help me. I am not sure as to what I am doing
> wrong.
I get the same error when I work in the VS 2005 IDE. The project compiles
and works OK though, but I get squiggly lines under the "undeclared" method
calls.
I have copied MS Data Access Application Blocks dll to the bin, added a
reference, and at the top of frmTst.aspx.vb, I do "imports
Microsoft.Applicationsblocks.Data", and it looks (and works) great. After
some developing, all of a sudden I see the squiggly lines, and the error you
mention is displayed as a tooltip-text when I hover over the "imports...."
statement.
/jim