N
nycmetro
Hi,
I've been struggling very hard to understand why despite recompiling
and adding references to the Enterprise Library Data Access Application
block, I'm unable to use SqlHelper.
I get the missing assembly reference error.
(The type or namespace name 'SqlHelper' could not be found (are you
missing a using directive
or an assembly reference?))
The reference on top of my code is:
using System;
using Microsoft.Practices.EnterpriseLibrary.Data;
using Microsoft.Practices.EnterpriseLibrary.Common;
using Microsoft.Practices.EnterpriseLibrary.Configuration;
using System.Data;
using System.Data.SqlClient;
I made sure all the three Data, Common Configuration dlls are
referenced properly as well. Yet I'm unable to use SqlHelper. Does
anyone seen the same problem and solved it? Please help with any info
or pointers.
Thank you.
I'm using VS2003 ASP.NET 1.1 SQL Server 2000 on Windows XP with the
latest available application blocks for ASP.NET 1.1 downloaded from
Microsoft.
I've been struggling very hard to understand why despite recompiling
and adding references to the Enterprise Library Data Access Application
block, I'm unable to use SqlHelper.
I get the missing assembly reference error.
(The type or namespace name 'SqlHelper' could not be found (are you
missing a using directive
or an assembly reference?))
The reference on top of my code is:
using System;
using Microsoft.Practices.EnterpriseLibrary.Data;
using Microsoft.Practices.EnterpriseLibrary.Common;
using Microsoft.Practices.EnterpriseLibrary.Configuration;
using System.Data;
using System.Data.SqlClient;
I made sure all the three Data, Common Configuration dlls are
referenced properly as well. Yet I'm unable to use SqlHelper. Does
anyone seen the same problem and solved it? Please help with any info
or pointers.
Thank you.
I'm using VS2003 ASP.NET 1.1 SQL Server 2000 on Windows XP with the
latest available application blocks for ASP.NET 1.1 downloaded from
Microsoft.