|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Last minute Beginner's questionI'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed SQL
Server Express, VB Express, and C# express mainly because I have to lead a study group on a chapter in the 70-431 manual. My problem is that I'm trying to compile and run a sample C# program that came with the book and it cannot find the Microsoft.Data.SQLXML reference. Is this even available with these packages or have I forgotten to setup something? C# - Try SqlXml, not SQLXML
You should be fine then. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ************************************************* Think outside of the box! ************************************************* "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > SQL > Server Express, VB Express, and C# express mainly because I have to lead a > study group on a chapter in the 70-431 manual. > > My problem is that I'm trying to compile and run a sample C# program that > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > Is this even available with these packages or have I forgotten to setup > something? It's not a spelling problem. The sample project came with a broken reference
to Microsoft.Data.SqlXml and I cannot find it in my system. Show quote "Cowboy (Gregory A. Beamer)" wrote: > C# - Try SqlXml, not SQLXML > > You should be fine then. > > -- > Gregory A. Beamer > MVP; MCP: +I, SE, SD, DBA > http://gregorybeamer.spaces.live.com > > ************************************************* > Think outside of the box! > ************************************************* > "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message > news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > > SQL > > Server Express, VB Express, and C# express mainly because I have to lead a > > study group on a chapter in the 70-431 manual. > > > > My problem is that I'm trying to compile and run a sample C# program that > > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > > > Is this even available with these packages or have I forgotten to setup > > something? > > > B.
Isn't it System.Data.SqlXml? Kerry Moorman Show quote "B. Chernick" wrote: > It's not a spelling problem. The sample project came with a broken reference > to Microsoft.Data.SqlXml and I cannot find it in my system. > > "Cowboy (Gregory A. Beamer)" wrote: > > > C# - Try SqlXml, not SQLXML > > > > You should be fine then. > > > > -- > > Gregory A. Beamer > > MVP; MCP: +I, SE, SD, DBA > > http://gregorybeamer.spaces.live.com > > > > ************************************************* > > Think outside of the box! > > ************************************************* > > "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message > > news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > > > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > > > SQL > > > Server Express, VB Express, and C# express mainly because I have to lead a > > > study group on a chapter in the 70-431 manual. > > > > > > My problem is that I'm trying to compile and run a sample C# program that > > > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > > > > > Is this even available with these packages or have I forgotten to setup > > > something? > > > > > > Apparently not. I have a System.Data.SqlXml reference but the project still
doesn't recognize the SqlXml components needed, such as SqlXmlCommand. Show quote "Kerry Moorman" wrote: > B. > > Isn't it System.Data.SqlXml? > > Kerry Moorman > > > "B. Chernick" wrote: > > > It's not a spelling problem. The sample project came with a broken reference > > to Microsoft.Data.SqlXml and I cannot find it in my system. > > > > "Cowboy (Gregory A. Beamer)" wrote: > > > > > C# - Try SqlXml, not SQLXML > > > > > > You should be fine then. > > > > > > -- > > > Gregory A. Beamer > > > MVP; MCP: +I, SE, SD, DBA > > > http://gregorybeamer.spaces.live.com > > > > > > ************************************************* > > > Think outside of the box! > > > ************************************************* > > > "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message > > > news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > > > > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > > > > SQL > > > > Server Express, VB Express, and C# express mainly because I have to lead a > > > > study group on a chapter in the 70-431 manual. > > > > > > > > My problem is that I'm trying to compile and run a sample C# program that > > > > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > > > > > > > Is this even available with these packages or have I forgotten to setup > > > > something? > > > > > > > > > B.,
This article may help you to decide if SqlXml should have been installed automatically and how to install it as an add-on: http://msdn2.microsoft.com/en-us/library/ms171744.aspx Kerry Moorman Show quote "B. Chernick" wrote: > Apparently not. I have a System.Data.SqlXml reference but the project still > doesn't recognize the SqlXml components needed, such as SqlXmlCommand. > > "Kerry Moorman" wrote: > > > B. > > > > Isn't it System.Data.SqlXml? > > > > Kerry Moorman > > > > > > "B. Chernick" wrote: > > > > > It's not a spelling problem. The sample project came with a broken reference > > > to Microsoft.Data.SqlXml and I cannot find it in my system. > > > > > > "Cowboy (Gregory A. Beamer)" wrote: > > > > > > > C# - Try SqlXml, not SQLXML > > > > > > > > You should be fine then. > > > > > > > > -- > > > > Gregory A. Beamer > > > > MVP; MCP: +I, SE, SD, DBA > > > > http://gregorybeamer.spaces.live.com > > > > > > > > ************************************************* > > > > Think outside of the box! > > > > ************************************************* > > > > "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message > > > > news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > > > > > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > > > > > SQL > > > > > Server Express, VB Express, and C# express mainly because I have to lead a > > > > > study group on a chapter in the 70-431 manual. > > > > > > > > > > My problem is that I'm trying to compile and run a sample C# program that > > > > > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > > > > > > > > > Is this even available with these packages or have I forgotten to setup > > > > > something? > > > > > > > > > > > > Ok, I think my immediate problem is solved (the project reference).
Apparently SqlXml does not come with SQL Express because it is normally installed with Notification Services, also not a part of Express. I do not understand why it is done this way. SqlXml appears to be a basic programming tool. I was able to run SqlXml4.msi off another cd I have. Why it is not available for download is another mystery. (At least I haven't been able to find the file on line yet.) Show quote "Kerry Moorman" wrote: > B., > > This article may help you to decide if SqlXml should have been installed > automatically and how to install it as an add-on: > > http://msdn2.microsoft.com/en-us/library/ms171744.aspx > > Kerry Moorman > > > "B. Chernick" wrote: > > > Apparently not. I have a System.Data.SqlXml reference but the project still > > doesn't recognize the SqlXml components needed, such as SqlXmlCommand. > > > > "Kerry Moorman" wrote: > > > > > B. > > > > > > Isn't it System.Data.SqlXml? > > > > > > Kerry Moorman > > > > > > > > > "B. Chernick" wrote: > > > > > > > It's not a spelling problem. The sample project came with a broken reference > > > > to Microsoft.Data.SqlXml and I cannot find it in my system. > > > > > > > > "Cowboy (Gregory A. Beamer)" wrote: > > > > > > > > > C# - Try SqlXml, not SQLXML > > > > > > > > > > You should be fine then. > > > > > > > > > > -- > > > > > Gregory A. Beamer > > > > > MVP; MCP: +I, SE, SD, DBA > > > > > http://gregorybeamer.spaces.live.com > > > > > > > > > > ************************************************* > > > > > Think outside of the box! > > > > > ************************************************* > > > > > "B. Chernick" <BChern***@discussions.microsoft.com> wrote in message > > > > > news:EAA24CA0-44A1-4F64-84CE-41FA641920C8@microsoft.com... > > > > > > I'm inexperienced in Dot Net 2.0. I have in the past 24 hours installed > > > > > > SQL > > > > > > Server Express, VB Express, and C# express mainly because I have to lead a > > > > > > study group on a chapter in the 70-431 manual. > > > > > > > > > > > > My problem is that I'm trying to compile and run a sample C# program that > > > > > > came with the book and it cannot find the Microsoft.Data.SQLXML reference. > > > > > > > > > > > > Is this even available with these packages or have I forgotten to setup > > > > > > something? > > > > > > > > > > > > > > > |
|||||||||||||||||||||||