Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 10, 2007 01:51 PM by Lang
Member
70 Points
17 Posts
Jan 09, 2007 07:06 PM|LINK
<%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %>
I'm trying to import it like such. The code is correct, and it gets recognized. Any commands using the sql tools are shown as error free. However, I'm getting this error instead: "the namespace attribute cannot contain spaces."
Anyone know how to fix this?
Contributor
4065 Points
738 Posts
Jan 10, 2007 03:44 AM|LINK
All-Star
17422 Points
2116 Posts
Jan 10, 2007 05:53 AM|LINK
Hi, Lang:
Would you plz show some more codes, especially the one about the error message in the page ?
Jan 10, 2007 01:51 PM|LINK
I closed Visual Studio to take a break. When I reloaded Visual Studio it no longer has any problems.
Thanks for the help.
Lang
Member
70 Points
17 Posts
Using System.Data.SqlClient (html view import)
Jan 09, 2007 07:06 PM|LINK
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SqlClient" %>
I'm trying to import it like such. The code is correct, and it gets recognized. Any commands using the sql tools are shown as error free. However, I'm getting this error instead: "the namespace attribute cannot contain spaces."
Anyone know how to fix this?
rojay12
Contributor
4065 Points
738 Posts
Re: Using System.Data.SqlClient (html view import)
Jan 10, 2007 03:44 AM|LINK
Lead Application Developer
Rex Lin - MS...
All-Star
17422 Points
2116 Posts
Re: Using System.Data.SqlClient (html view import)
Jan 10, 2007 05:53 AM|LINK
Hi, Lang:
Would you plz show some more codes, especially the one about the error message in the page ?
__________________________________________________
Sincerely,
Rex Lin
Microsoft Online Community Support
If there is any question or the issue is not resolved, please feel free to mark the thread as not resolved
Lang
Member
70 Points
17 Posts
Re: Using System.Data.SqlClient (html view import)
Jan 10, 2007 01:51 PM|LINK
I closed Visual Studio to take a break. When I reloaded Visual Studio it no longer has any problems.
Thanks for the help.